Skip to main content

Starwind UI v1.3.1 is now available! Get started

Tabs

Installation

Usage

Synced Tabs

Use the syncKey prop to synchronize multiple tab groups. All tabs with the same syncKey will update together.

Disabled Triggers

Use the disabled attribute to prevent a tab from being selected.

API Reference

Tabs

PropTypeDefault
defaultValuestring-
syncKeystring-

This component also accepts all standard HTML attributes for <div> elements.

TabsList

This component is used to wrap the TabsTrigger components. This component also accepts all standard HTML attributes for <div> elements, except for role.

TabsTrigger

PropTypeDefault
valuestring-
disabledbooleanfalse

This component also accepts all standard HTML attributes for <button> elements, except for type, id, and role.

TabsContent

PropTypeDefault
valuestring-

This component also accepts all standard HTML attributes for <div> elements, except for id, role, tabindex, and hidden.

Changelog

v1.1.0

  • tailwind-variants now implemented. This uses tailwind-merge under the hood to merge Tailwind classes without style conflicts, allowing you to override any existing classes using the “class” prop.