Type Alias: TabsContentProps

TabsContentProps = PropsWithChildren<HTMLAttributes<HTMLDivElement> & object & Partial<{ className: string; forceMount: boolean; }>>

Props accepted by a single tabs content panel.

Example

<Tabs.Content value="account">Account settings</Tabs.Content>