mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:01:07 +08:00
fix broken mdx story for react
This commit is contained in:
parent
e2366abac0
commit
850e9336f6
@ -11,13 +11,13 @@ export const Template = (args) => <Button>From template</Button>;
|
||||
|
||||
<Canvas>
|
||||
<Story name="Primary">
|
||||
<Button>Primary</Button>
|
||||
<Button label="Primary" />
|
||||
</Story>
|
||||
</Canvas>
|
||||
|
||||
<Canvas>
|
||||
<Story name="Secondary">
|
||||
<Button>Secondary</Button>
|
||||
<Button label="Secondary" />
|
||||
</Story>
|
||||
</Canvas>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user