Components
TabPanel
TabPanel holds the content for a single tab. Its parent `TabPanels` only ever mounts the active panel.
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
className | string | ClassNameComponent<TabPanelInterface> | No | — | Classes or state-aware element classes applied through the shared style contract. |
index | number | No | — | Injected by the parent TabPanels: position of this panel in the list. |
tabsId | string | No | — | Injected by the parent TabPanels: identifier shared by every tab and panel of the group. |