Replies: 1 comment
-
It's been more than a year, but it might still help you :) (Or me when I have to do it in another project)
And then add this to you import BaseContainer from "./BaseContainer.mdx";
const preview: Preview = {
tags: ["autodocs"],
parameters: {
docs: {
container: BaseContainer,
},
},
};
export default preview; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ive been looking at the react documentation and scouring github for storybook examples:
I came across this adjustment in preview.js which allows one to insert custom content after a doc page.
This fails in vue, vite storybook.
With a direct import error
error loading dynamically imported module
Can someone help ?
Beta Was this translation helpful? Give feedback.
All reactions