-
Is there a way to merge the storybook content from a 3rd party site to our storybook? We want to add the components list section of https://mgt.dev/ to the components section of our storybook. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Yes, Storybook supports a feature called composition for exactly this use case: https://storybook.js.org/docs/7.1/react/sharing/storybook-composition/ |
Beta Was this translation helpful? Give feedback.
-
I added the necessary configuration but I am getting an error. When I click on "Something went wrong" the mgt.dev loads fine. |
Beta Was this translation helpful? Give feedback.
-
@shilman Is this feature (external stories) limited by the external site's CORS policy? |
Beta Was this translation helpful? Give feedback.
Yes, Storybook supports a feature called composition for exactly this use case: https://storybook.js.org/docs/7.1/react/sharing/storybook-composition/