You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For those of us building reusable components on top of Material UI, it would be awesome to document our components in the same style as on the Material UI website. What do you use to generate your documentation? Can we use it too?
The text was updated successfully, but these errors were encountered:
@markbrocato I have been thinking about it too! I know Bootstrap provided such tool at some point in its history. This might no longer be true. On the project I'm working on, we started using Storybook for solving this problem.
The implementation will largely depend on how people wrap Material-UI components. If it's a direct mapping, then maybe we can alias the components. For instance, aliasing material-ui/Button with myproject/Button. It's a feature available in webpack. There is no quick-win here. If we want to push this issue forward, we gonna have to dedicate quite some time to it.
For those of us building reusable components on top of Material UI, it would be awesome to document our components in the same style as on the Material UI website. What do you use to generate your documentation? Can we use it too?
The text was updated successfully, but these errors were encountered: