docusaurus-plugin-react-docgen-typescript icon indicating copy to clipboard operation
docusaurus-plugin-react-docgen-typescript copied to clipboard

A tiny plugin that integrates react-docgen-typescript with docusaurus

Results 5 docusaurus-plugin-react-docgen-typescript issues
Sort by recently updated
recently updated
newest added

In our project we have components that are wrapped which means docgen detects components with the same name. This patch makes sure that each component is written to a unique...

Hi 👋 When using `useDynamicImport` in my Prop table, it only returns the exact string value of the prop type from my interface ### Example Code ``` type Icon =...

Fixes #5. I set an `addRoute` to create a route for each component, plus an index route. These routes are wrapped by some layout components: * ReactDocLayout, which is basically...

Since we probably want the same output over React component files, including the prop table, description, remarks, etc., how about adding a config flag to automatically produce them? Maybe we...

enhancement

Hello 👋 Will this package work for Docusaurus v3? If not is there a recommended alternative. Thanks! Sid

question