mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
feat(tabs): support "container" type for TabsSkeleton
This commit is contained in:
parent
a63f8911c4
commit
70a3b79ed3
5 changed files with 40 additions and 15 deletions
|
@ -3682,9 +3682,10 @@ None.
|
|||
|
||||
### Props
|
||||
|
||||
| Prop name | Kind | Reactive | Type | Default value | Description |
|
||||
| :-------- | :--------------- | :------- | :------------------ | -------------- | ------------------------------------ |
|
||||
| count | <code>let</code> | No | <code>number</code> | <code>4</code> | Specify the number of tabs to render |
|
||||
| Prop name | Kind | Reactive | Type | Default value | Description |
|
||||
| :-------- | :--------------- | :------- | :---------------------------------------- | ---------------------- | ------------------------------------ |
|
||||
| count | <code>let</code> | No | <code>number</code> | <code>4</code> | Specify the number of tabs to render |
|
||||
| type | <code>let</code> | No | <code>"default" | "container"</code> | <code>"default"</code> | Specify the type of tabs |
|
||||
|
||||
### Slots
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue