Skip to main content

Variable: TabsTrigger

@arolariu/components


@arolariu/components / TabsTrigger

Variable: TabsTrigger

const TabsTrigger: 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 render prop for element composition
  • Styling via CSS Modules with --ac-* custom properties

Example

<TabsTrigger value="overview">Overview</TabsTrigger>

See

Base UI Documentation

// was this page useful?