Ecme logoEcme logo
Dashboard
    Ecommerce
    Project
    Marketing
    Analytic
Network
    BGP
      Peer
      RTBH
Netflow
    Dashboard
    Flow Analysis
      Top Talkers
      Flow Explorer
      IP Analyzer
    Threats
      Active Attacks
      Mitigation
    System
      Diagnostics
DPI
    Overview
    Traffic Logs
    Analysis
      IP Analysis
      Domain Check
      Unmapped ASNs
      Uncategorized Domains
    Threats
      Blacklists Data
      Blocklist Sources
      Threat Feeds
    Configuration
      Senders
      Ignored Domains
      Webhooks & Alerts
      System Maintenance
    Datasets
      IP Dataset
      Domain Dataset
Concepts
    AI
      Chat
      Image
    Projects
      Scrum Board
      List
      Details
      Tasks
      Issue
    Customer
      List
      Edit
      Create
      Details
    Products
      List
      Edit
      Create
    Orders
      List
      Edit
      Create
      Details
    Account
      Settings
      Activity log
      Roles & Permissions
      Pricing
    Help Center
      Support Hub
      Article
      Edit Article
      Manage Article
    Calendar
    File Manager
    Mail
    Chat
UI Components
    Common
      Button
      Grid
      Typography
      Icons
    Feedback
      Alert
      Dialog
      Drawer
      Progress
      Skeleton
      Spinner
      Toast
    Data Display
      Avatar
      Badge
      Calendar
      Cards
      Carousel
      Table
      Tag
      Timeline
      Tooltip
    Forms
      Checkbox
      Date Picker
      Form Control
      Input
      Input Group
      Radio
      Segment
      Select
      Slider
      Switcher
      Time Input
      Upload
    Navigation
      Dropdown
      Menu
      Pagination
      Steps
      Tabs
    Graph
      Charts
      Maps
Authentication
    Sign In
      Simple
      Side
      Split
    Sign Up
      Simple
      Side
      Split
    Forgot Password
      Simple
      Side
      Split
    Reset Password
      Simple
      Side
      Split
    Otp Verification
      Simple
      Side
      Split
Others
    Access Denied
    Landing
Guide
    Documentation
    Shared Component
    Utilities
    Changelog
Copyright © 2026 Ecme All rights reserved.
Term & Conditions | Privacy & Policy

Tabs

Tabs help to organize related content in a single view which user make easy to explore and switch between different views.

Default

Default Tabs usage.
Home
Profile
Contact

If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization. (Gerald Weinberg)

Pill

You can change the Tabs style by setting variant to pill.
Home
Profile
Contact

If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization. (Gerald Weinberg)

Icons

TabNav icon prop allow us to insert icon with auto spaced.
Home
Profile
Contact

If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization. (Gerald Weinberg)

Disabled

Set disabled to TabNav prevent user execute click event.
Home
Profile
Contact
Home
Profile
Contact

Controlled Tabs

Example of controlled Tabs.
Home
Profile
Contact

If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization. (Gerald Weinberg)

API

Tabs
PropDescriptionTypeDefault
defaultValueInitial value for uncontrolled Tabsstring-
onChangeCallback when Tab value is changed(tabValue: string) => void-
valueControlled value of the tab to activatestring-
variantTabs style'underline' | 'pill'-
Tabs.TabList
PropDescriptionTypeDefault
Tabs.TabNav
PropDescriptionTypeDefault
disabledWhether to disable the tabboolean-
iconTab iconReactNode | string-
value(*)An unique value matched with TabContentstring-
Tabs.TabContent
PropDescriptionTypeDefault
value(*)An unique value matched with TabNavstring-
TABLE OF CONTENT
  • Default
  • Pill
  • Icons
  • Disabled
  • Controlled Tabs