Replies: 2 comments
-
|
You should be able to create this yourself using https://storybook.js.org/docs/writing-docs/autodocs#customize-the-docs-container |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@ndelangen Property 'context' is missing in type '{ children: any; }' but required in type 'DocsContainerProps'. Could you provide an example for a DocsContainer with 2 tabs? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
For design system documentation, we have a lot of content per component that is hard to be viewed in a single page format. In a high level, our doc is made up of 3 parts: Component Documentation, Component Guidelines, Pattern Guidelines(optional).
Describe the solution you'd like
With the newest addon/doc that supports MDX, it would be perfect if I can make multiple tabs of mdx with custom title - each tab with its mdx.
Describe alternatives you've considered
No response
Are you able to assist to bring the feature to reality?
no
Additional context
A good example of that: Fluent UI React Docs
Beta Was this translation helpful? Give feedback.
All reactions