Tabs New
New
Tabs make it easy to switch between different views.
Usage
This is tab 1
This is tab 1.
This is tab 1.
Tabs Props
| Name | Type | Default | Description |
|---|---|---|---|
| defaultTab | string | '' | default selected tab. |
| placement | string | '' | placement of tabs. |
TabPane Props
| Name | Type | Default | Description |
|---|---|---|---|
| name | Tabs name | first Tabs name | set TabPane name. |
| ... | Button Props | ... | extends Button Props. |
Tabs Slots
| Name | Parameters | Description |
|---|---|---|
| default | () | TabPane component. |
Play UI