Getting Started
Foundations
Components
Search for a command to run...
Tabs organize related content into separate views, allowing users to switch between different sections without leaving the current page. They're ideal for grouping information into logical categories while conserving screen space. Each tab consists of a trigger (the clickable label) and associated content that appears when selected.
Built on top of Radix UI's Tabs primitive with full keyboard navigation (Arrow keys to move between tabs, Home/End for first/last tab), focus management, and accessibility support including proper ARIA attributes and roles.
Make changes to your account here.
import { Tabs } from "@strongtie/design-system/tabs"This module exports the following components:
TabsTabsListTabsTriggerTabsContentAll components extend Radix UI primitives. See the Radix UI documentation for all available props.
Make changes to your account here.
Components can be styled using the className prop. The design system uses Tailwind CSS for styling.
Other CSS classes used by this component:
tabs-contenttabs-listtabs-triggerThis component inherits accessibility features from Radix UI, including: