mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 04:11:06 +08:00
Update svelte-mdx.stories.mdx
This commit is contained in:
parent
964c2afa6c
commit
bf3e0e4301
@ -8,24 +8,28 @@ import ButtonView from './views/ButtonView.svelte';
|
||||
|
||||
## Primary
|
||||
|
||||
<Story name="Primary">
|
||||
{{
|
||||
Component: ButtonView,
|
||||
props: {
|
||||
primary: true,
|
||||
text: 'Primary text',
|
||||
},
|
||||
}}
|
||||
</Story>
|
||||
<Canvas>
|
||||
<Story name="Primary">
|
||||
{{
|
||||
Component: ButtonView,
|
||||
props: {
|
||||
primary: true,
|
||||
text: 'Primary text',
|
||||
},
|
||||
}}
|
||||
</Story>
|
||||
</Canvas>
|
||||
|
||||
## Secondary
|
||||
|
||||
<Story name="Secondary">
|
||||
{{
|
||||
Component: ButtonView,
|
||||
props: {
|
||||
primary: false,
|
||||
text: 'Secondary text',
|
||||
},
|
||||
}}
|
||||
</Story>
|
||||
<Canvas>
|
||||
<Story name="Secondary">
|
||||
{{
|
||||
Component: ButtonView,
|
||||
props: {
|
||||
primary: false,
|
||||
text: 'Secondary text',
|
||||
},
|
||||
}}
|
||||
</Story>
|
||||
</Canvas>
|
||||
|
Loading…
x
Reference in New Issue
Block a user