CSF Stories with arbitrary MDX #11563
Answered
Replies
|
I found the missing information. --> https://github.com/storybookjs/storybook/blob/master/addons/docs/docs/mdx.md#embedding-stories. "ID |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


I expected the ID of
<Story id="some--id" />to be a reference to the storynameattribute or the name of the story functionexport const basic = () => <Button>Basic</Button>;But non of the above is loading the story into the docs page. What am i missing?
LINK: https://github.com/storybookjs/storybook/blob/master/addons/docs/docs/recipes.md#csf-stories-with-arbitrary-mdx