Tabs
Stone tablet-style tab navigation matching the game menu.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| defaultValue | string | — | The value of the tab that should be active on initial render. |
| children | ReactNode | — | TabsList and TabContent elements. |
| className | string | — | Additional CSS classes for the Tabs root container. |
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| value | string | — | Unique identifier for this tab. Must match a TabContent value. |
| children | ReactNode | — | Label displayed on the tab button. |
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| value | string | — | Identifier matching a Tab value. Content shows when active. |
| children | ReactNode | — | Content rendered inside the tab panel. |
| className | string | — | Additional CSS classes for the tab panel. |