Function: TabPanel()
ts
function TabPanel(__namedParameters): Element;Defined in: packages/sdk/src/Tabs.tsx:87
The content panel a Tabs strip attaches to. Active-tab and panel share the same background token — that's the "attached" illusion.
Parameters
__namedParameters
children?
ReactNode
Returns
Element
Example
tsx
<TabPanel>{tab === "panels" && <PanelsSettings />}</TabPanel>