Tabs
NavigationA tabbed interface.
Preview
Usage
<Tabs items={tabs} bind:value={activeTab} />Props
| Name | Type | Default | Description |
|---|---|---|---|
| items | { value: string, label: string }[] | [] | Tab items. |
| value | string | '' | Selected tab value. |
A tabbed interface.
<Tabs items={tabs} bind:value={activeTab} />| Name | Type | Default | Description |
|---|---|---|---|
| items | { value: string, label: string }[] | [] | Tab items. |
| value | string | '' | Selected tab value. |