Skip to main content

TabsTrigger

@arolariu/components


@arolariu/components / TabsTrigger

TabsTrigger

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

Type Aliases

// was this page useful?