shoelace/docs/components/tab.md

16 wiersze
326 B
Markdown
Czysty Zwykły widok Historia

2020-07-15 21:30:37 +00:00
# Tab
[component-header:sl-tab]
Tabs are used inside tab groups to represent tab panels.
```html preview
<sl-tab>Tab</sl-tab>
<sl-tab active>Active</sl-tab>
<sl-tab disabled>Disabled</sl-tab>
```
?> Additional demonstrations can be found in the [tab group examples](/components/tab-group.md).
[component-metadata:sl-tab]