mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
chore(button): remove documentation of non-existent small prop
This commit is contained in:
parent
c8e0a59474
commit
41a533d8f4
1 changed files with 1 additions and 2 deletions
|
@ -24,7 +24,6 @@ export const Default = () => ({
|
|||
disabled: boolean("Disabled (disabled)", false),
|
||||
size: select("Button size (size)", sizes, "default"),
|
||||
iconDescription: text("Icon description (iconDescription)", "Button icon"),
|
||||
small: boolean("Small (small) - Deprecated in favor of `size`", false),
|
||||
},
|
||||
});
|
||||
|
||||
|
@ -54,7 +53,7 @@ export const SetOfButtons = () => ({
|
|||
props: {
|
||||
story: "set of buttons",
|
||||
disabled: boolean("Disabled (disabled)", false),
|
||||
small: boolean("Small (small)", false),
|
||||
stacked: boolean("Stacked (stacked)", false),
|
||||
size: select("Button size (size)", sizes, "default"),
|
||||
iconDescription: text("Icon description (iconDescription)", "Button icon"),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue