-
How can we create single storybook for creating html, react and veu Js components? |
Beta Was this translation helpful? Give feedback.
Answered by
shilman
Jun 29, 2020
Replies: 1 comment
-
Here's the docs for Storybook Composition, a feature that enables combining multiple storybooks (including different frameworks) into one. We'll also be providing a walkthrough soon. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ndelangen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's the docs for Storybook Composition, a feature that enables combining multiple storybooks (including different frameworks) into one.
https://github.com/storybookjs/storybook/blob/next/docs/src/pages/configurations/composition/index.md
We'll also be providing a walkthrough soon.