You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It's helpful to add JSDoc for stories or JSDoc annotations to explain more to other colleagues. The problem is the JSDoc of stories only show in Docs page, not in each story page.
Describe the solution you'd like
Please consider adding options to allow JSDoc of stories to show in story page.
Describe alternatives you've considered
Add StoryJSDoc.
import{StoryJSDoc}from'@storybook/blocks';/** * This is MyComponent story JSDoc, sometimes very useful. * * @todo make it work on mobile */exportconstDefault: Story={args: {},decorators: [(Story,context)=>{return(<><StoryJSDoc/><Story/></>);},],};
I know it's not a good solution, just a thought.
Are you able to assist to bring the feature to reality?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is your feature request related to a problem? Please describe.
It's helpful to add JSDoc for stories or JSDoc annotations to explain more to other colleagues. The problem is the JSDoc of stories only show in Docs page, not in each story page.
Describe the solution you'd like
Please consider adding options to allow JSDoc of stories to show in story page.
Describe alternatives you've considered
Add
StoryJSDoc
.I know it's not a good solution, just a thought.
Are you able to assist to bring the feature to reality?
no
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions