Open ksiabani opened 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.
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.