<script lang="ts"> import { Tab } from '@geoffcox/sterling-svelte'; </script> <Tab text="sterling-svelte" value="tab" />
Property Name | Type | Default | Comment | |
---|---|---|---|---|
disabled | boolean | null | undefined | false | When true, the tab is disabled. | |
selected | boolean | null | undefined | false | When true, the tab is selected. | |
value | string | The value uniquely identifying this tab within the tab list. |
tab (<button>) children (Snippet) indicator (<div>)