TabPanelProps
Hierarchy
-
ComponentPropsWithoutRef<"div">↳
TabPanelProps
Table of contents
Properties
Properties
asChild
• Optional asChild: boolean
Enable children composition
Default
false;Defined in
packages/components/src/tab/tab-panel.tsx:42 (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:46 (opens in a new tab)