mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
feat(content-switcher): add "sm", "xl" size variants
This commit is contained in:
parent
f692403fcc
commit
3edf9ea2a2
4 changed files with 34 additions and 5 deletions
|
@ -857,10 +857,11 @@ import { ContentSwitcher } from "carbon-components-svelte";
|
|||
|
||||
### Props
|
||||
|
||||
| Prop name | Type | Default value |
|
||||
| :------------ | :------------------- | :------------ |
|
||||
| selectedIndex | <code>number</code> | 0 |
|
||||
| light | <code>boolean</code> | false |
|
||||
| Prop name | Type | Default value |
|
||||
| :------------ | :---------------------------- | :------------ |
|
||||
| selectedIndex | <code>number</code> | 0 |
|
||||
| light | <code>boolean</code> | false |
|
||||
| size | <code>"sm" | "xl"</code> | -- |
|
||||
|
||||
### Slots
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue