remorses / dokz

Effortless documentation with Next.js and MDX
466 stars 40 forks source link

Props? #11

Closed pierrenel closed 3 years ago

pierrenel commented 4 years ago

Great work!

In Docz, there's a way to see the prop-types a component uses, ie

<Props of={Button} />

Are there plans for this sort of functionality? Then I can move away from Storybook hurrah!

remorses commented 4 years ago

If you are using Vscode this is a issue with the mdx extension, the progress is tracked here https://github.com/mdx-js/vscode-mdx/issues/56

I have already replaced storybook with dokz, the fact that there is no auto completion makes me memorize the prop names 🤣

pierrenel commented 4 years ago

Heh no I just want a list of the proptypes of a component in Dokz, ie below the Playground. I think storybook has this too.