mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
feat(button-skeleton): add size prop consistent with Button
This commit is contained in:
parent
6d12d7e6e2
commit
6d48ff38cb
5 changed files with 33 additions and 9 deletions
|
@ -462,10 +462,11 @@ import { ButtonSkeleton } from "carbon-components-svelte";
|
|||
|
||||
### Props
|
||||
|
||||
| Prop name | Type | Default value |
|
||||
| :-------- | :------------------- | :------------ |
|
||||
| href | <code>string</code> | -- |
|
||||
| small | <code>boolean</code> | false |
|
||||
| Prop name | Type | Default value |
|
||||
| :-------- | :--------------------------------------------------- | :------------ |
|
||||
| href | <code>string</code> | -- |
|
||||
| size | <code>"default" | "field" | "small"</code> | "default" |
|
||||
| small | <code>boolean</code> | false |
|
||||
|
||||
### Slots
|
||||
|
||||
|
@ -3219,6 +3220,7 @@ import { ProgressIndicatorSkeleton } from "carbon-components-svelte";
|
|||
| Prop name | Type | Default value |
|
||||
| :-------- | :------------------- | :------------ |
|
||||
| vertical | <code>boolean</code> | false |
|
||||
| count | <code>number</code> | 4 |
|
||||
|
||||
### Slots
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue