Type Alias: TabsListProps

TabsListProps = PropsWithChildren<HTMLAttributes<HTMLDivElement> & Partial<{ className: string; }>>

Props accepted by the tabs list wrapper.

Example

<Tabs.List />