Variable: TabsTrigger
@arolariu/components / TabsTrigger
Variable: TabsTrigger
constTabsTrigger:ForwardRefExoticComponent<Omit<TabsTriggerProps,"ref"> &RefAttributes<HTMLElement>>
Defined in: components/ui/tabs.tsx:121
Activates a specific tab panel within the surrounding tabs root.
Remarks
- Renders a
<button>element by default - Built on Base UI Tabs
- Supports the
renderprop for element composition - Styling via CSS Modules with
--ac-*custom properties
Example
<TabsTrigger value="overview">Overview</TabsTrigger>
See
// was this page useful?