Documentation Index
Fetch the complete documentation index at: https://docs.sure-developer.com/llms.txt
Use this file to discover all available pages before exploring further.
Tabs
Tabs renders a tab list and text content panels.
API
Item shape
| Field | Type | Description |
|---|---|---|
value or id | string | Stable tab id. Defaults to tab-N. |
label or title | string | Trigger label. Defaults to value. |
content or description | string | Content panel text. |
Props
| Prop | Description |
|---|---|
defaultValue | Initial active tab. Defaults to the first tab value. |
listClassName | Tab list wrapper class. |
triggerClassName | Shared trigger class. |
activeTriggerClassName | Active trigger class. |
inactiveTriggerClassName | Inactive trigger class. |
labelClassName | Shared label class. |
activeLabelClassName | Active label class. |
inactiveLabelClassName | Inactive label class. |
contentClassName | Content panel class. |
