hydrateio / docz-plugin-storybook

Docz plugin that makes migrating from Storybook a breeze.
76 stars 1 forks source link

added ability to generate playgrounds for components from the story d… #25

Closed jpeters5392 closed 5 years ago

jpeters5392 commented 5 years ago

I know the temp-stories.js file is eventually going away, but when it does hopefully this data structure can be moved to the story definitions.

There are issues getting the docz Playground to render outside of MDX files, so the easiest way to get that working is to add it to the generated MDX files. If we go the React route with the Stories component then it will be trickier to get the playground to work correctly.

jpeters5392 commented 5 years ago

See https://github.com/hydrateio/wel-ui/pull/14