Getting Started
Foundations
Components
Search for a command to run...
Tabs allow users to switch between different sections of related content within the same context, reducing the need for page navigation and keeping users focused on a specific task or topic. They organize information into logical groups that users can access through clickable labels, with only one tab's content visible at a time.
Make changes to your account here.
import { Tabs } from "@strongtie/design-system/tabs"This module exports the following components:
TabsTabsListTabsTriggerTabsContentAll components accept standard HTML attributes and React props.
Make changes to your account here.
Components can be styled using the className prop. The design system uses Tailwind CSS for styling.
CSS classes used by this component:
tabstabs-contenttabs-listtabs-triggerEnsure proper accessibility attributes are added when implementing this component.