TabContent API
API reference docs for theTabContentcomponent. For examples and details on the usage of this component, visit the component demo page.
Props
| Props | Type | Description | Default |
|---|---|---|---|
value | string | The value of a tab. Helps to synchronise the highlighted tab with its corresponding TabItem. | _ |
skipContainerFocus | boolean | Determines whether to skip focus on the tab content container. When true, skips tab content container focus and navigates directly to interactive elements (if any). When false, container is focusable when selected for static content accessibility. | false |