tab-panel
Props
| Prop name | Type | Default | Description |
|---|---|---|---|
id | string | Required | The panel id, required for connecting to tab via `aria-controls`. |
extraClasses | string | undefined | Injection in className | |
tabId | string | Required | The id of the tab that controls this panel, used in `aria-labelledby`. |
The TabPanel is a wrapper that doesn't inherit any styles and is only responsible for handling visibility state on panels in a tabbed navigation.
See the Tabs controller for example on how to use the TabPanel.