react-docgen-typescript-loader icon indicating copy to clipboard operation
react-docgen-typescript-loader copied to clipboard

The component file Name should be Capital Case to show Props

Open abdullasulaiman opened this issue 5 years ago • 0 comments
trafficstars

I have created a folder structure like below

-button -button.tsx -button.stories.tsx -index.ts

This structure doesn't shows up the props documentation The same code if the folder and the file name structure changed as below

-Button -Button.tsx -Button.stories.tsx -Index.ts

shows up the PropType documentation properly. I want to modify the folder and file naming convention

abdullasulaiman avatar Jan 31 '20 19:01 abdullasulaiman