Type Alias: TabsTriggerProps

TabsTriggerProps = PropsWithChildren<ButtonHTMLAttributes<HTMLButtonElement> & object & Partial<{ className: string; }>>

Props accepted by a single tabs trigger.

Example

<Tabs.Trigger value="account">Account</Tabs.Trigger>