Function: TabsList()
@arolariu/components / TabsList
Function: TabsList()
TabsList(
props):ReactElement
Defined in: components/ui/tabs.tsx:87
Renders the tab list along with the shared active indicator.
Parameters
props
Readonly<Props>
Returns
ReactElement
Remarks
- Renders a
<div>element by default - Built on Base UI Tabs
- Supports the
renderprop for element composition - Styling via CSS Modules with
--ac-*custom properties
Example
<TabsList>
<TabsTrigger value="overview">Overview</TabsTrigger>
</TabsList>
See
// was this page useful?