Is there a way to populate the Props column in a Storybook story?

Viewed 16

I'm trying to automatically populate the props column inside a story but couldn't find a way to do so for the last week.

storybook-addon-react-docgen 

doesn't help because it populates PropTypes with unknown values.

The ultimate goal is to generate a component props (and the types of them) into the 'Props' column inside the story.

0 Answers
Related