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
could add some more description (like an optional description tag for the story)
storiesOf('Main story', module, 'This component can be used to ... and has the following params ...')
.add('some configuation, () => (
<SomeComponent />
)).(...)
or even better somehow reads the jsdocs in the js files and displays them above the component examples:
/**
* Represents a book.
* @constructor
* @param {string} title - The title of the book.
* @param {string} author - The author of the book.
*/
I think this is somehow related to #56 but not quite the same.
Regards,
Lukas
The text was updated successfully, but these errors were encountered:
Yeah. This is great.
If we need the file system manually, that'll be bit harder and over complicated.
But, I think pushing this with the story makes sense.
We are also looking something for this with notes. Basically, with that we have another Tab on the bottom called "Notes".
At the moment the only way to display docs is the use of:
This is insufficient for most our components...
In our use case it would be nice if we:
I think this is somehow related to #56 but not quite the same.
Regards,
Lukas
The text was updated successfully, but these errors were encountered: