squaredev-io / matte

Matte is a UI component library on top of MUI and other react libraries.
https://squaredev-io.github.io/matte/?path=/docs
Apache License 2.0
18 stars 2 forks source link

Stories cannot be documented #51

Open ksiabani opened 2 years ago

ksiabani commented 2 years ago

In Storybook 5 when we wanted to document a story we could use a JSDocs-style documentation before the component, like shown below:

https://github.com/squaredev-io/matte/blob/b7ff896110ac977863de88bbf75e9ec8e71dd9a7/src/components/display/list/list.stories.tsx#L56-L70

That will then be shown in the storybook page. With version 6 of Storybook this is not possible anymore.