noora/docs/components/tabitem.md
Describes one declarative tab item.
<noora-tab-item value="overview" icon="category">Overview</noora-tab-item>
| Attribute | Type or allowed values | Default | Description |
|---|---|---|---|
label | string | "" | Sets the label instead of using text content. |
value | string | None | Sets the selected value. |
icon | string | None | Shows an icon before the label. |
right-icon | string | None | Shows an icon after the label. |
href | string | None | Renders the tab as a navigation link. |
disabled | boolean | false | Disables selection. |
| Slot | Description |
|---|---|
default | The tab label. |
Describe one tab.
<noora-tab-item value="overview" icon="category">Overview</noora-tab-item>