mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
chore: run prettier [ci skip]
This commit is contained in:
parent
f59ccf77ff
commit
46c611f638
9 changed files with 37 additions and 30 deletions
|
@ -38,7 +38,7 @@ export const Default = () => ({
|
|||
export const Fluid = () => ({
|
||||
Component,
|
||||
props: {
|
||||
story: 'fluid',
|
||||
story: "fluid",
|
||||
size: select("Field size (size)", sizes, undefined) || undefined,
|
||||
disabled: boolean("Disabled (disabled)", false),
|
||||
light: boolean("Light variant (light)", false),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue