This commit is contained in:
Michael Shilman 2019-10-07 18:35:45 +08:00
parent 0d9b0f9735
commit 8877757299
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ import { SomeComponent } from 'path/to/SomeComponent';
# Button
I can embed a story (but not define one, since this file should not contain a `Meta`):
I can define a story with the function imported from CSF:
<Story name="basic">{stories.basic}</Story>

View File

@ -5,6 +5,6 @@ import * as stories from './csf-with-mdx-docs.stories';
# Button
I can define a story with the function defined in CSF!
I can define a story with the function imported from CSF:
<Story name="basic">{stories.basic}</Story>