How to use Doc Blocks ? #19809
Unanswered
EnyakStew
asked this question in
Documentation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I couldn't find any documentation on how to use Doc Blocks exported by
@storybook/addon-docs
.I'm struggling to display my stories on the
Docs
page. There is a<Stories/>
component but I can't figure out how to use it.I manage to display one story using this code :
<Primary/>
Will display the first story exported in this file, ex :But I don't manage to display several stories, ex :
<Primary/>
Will display the first story exported in this file, ex :There are other blocks exported from this package that I don't know how to use.
Is there documentation somewhere on the usage of these components ?
Beta Was this translation helpful? Give feedback.
All reactions