TabPanelProps
Hierarchy
-
ComponentPropsWithoutRef
<"div"
>↳
TabPanelProps
Properties
asChild
• Optional
asChild: boolean
Enable children composition
Default
false;
Defined in
packages/components/src/tab/tab-panel.tsx:44 (opens in a new tab)
tabId
• Optional
tabId: string
The id of the tab that controls this panel. By default, this value will be inferred based on the order of the tabs and the panels.
Defined in
packages/components/src/tab/tab-panel.tsx:48 (opens in a new tab)