mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
feat(button-skeleton): support xl, lg sizes
This commit is contained in:
parent
b2e2765910
commit
23e8b88ac7
5 changed files with 14 additions and 8 deletions
|
@ -575,7 +575,7 @@
|
|||
"name": "size",
|
||||
"kind": "let",
|
||||
"description": "Specify the size of button skeleton",
|
||||
"type": "\"default\" | \"field\" | \"small\"",
|
||||
"type": "\"default\" | \"field\" | \"small\" | \"lg\" | \"xl\"",
|
||||
"value": "\"default\"",
|
||||
"isFunction": false,
|
||||
"constant": false,
|
||||
|
|
|
@ -134,6 +134,8 @@ Note: the expressive styles only apply to the default and `"xl"` size buttons.
|
|||
|
||||
### Skeleton
|
||||
|
||||
<Button size="xl" skeleton />
|
||||
<Button size="lg" skeleton />
|
||||
<Button skeleton />
|
||||
<Button skeleton size="field" />
|
||||
<Button skeleton size="small" />
|
Loading…
Add table
Add a link
Reference in a new issue