Skip to main content

Function: TabList()

TabList<T>(props): Element

Defined in: components/Tabs/Tabs.tsx:132

The strip of tabs. Renders the tablist and lays the Tabs out in a row (or column when the parent Tabs is vertical).

Type Parameters

Type ParameterDefault type
T extends objectobject

Parameters

ParameterType
propsTabListProps<T>

Returns

Element