Closed Xayer closed 5 years ago
I opened a PR that adds description
option for stories.
What do you think about it? I'd like to hear opinions from who uses propsDescription
!
@pocka I realized that I could use code comments on the props, and achieve the same result. The description object you have made in the PR should solve that 😍!
Yeah, you can add description for slots by using slot comments with vue-docgen-api. I'll merge the PR so to non docgen-users can do this then add documentation about slot comments.
Released in v1.3.0
Is your feature request related to a problem? Please describe. No
Describe the solution you'd like Same functionality as propDescriptions, but for slots. eg. slotDescriptions.
Describe alternatives you've considered None.
Additional context None.