We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Change the order of items in the Storybook sidebar menu. At the moment it's mostly randomised.
The ideal order should be:
Use storySort in preview.js to set the order ---> https://storybook.js.org/docs/react/writing-stories/naming-components-and-hierarchy#sorting-stories
storySort
preview.js
Please follow the following instruction to create the new branch:
git checkout release/0.7 git pull git checkout -b 'feature/story-sort'
The text was updated successfully, but these errors were encountered:
closed by #433
Sorry, something went wrong.
daniele-zurico
No branches or pull requests
Change the order of items in the Storybook sidebar menu. At the moment it's mostly randomised.
The ideal order should be:
Use
storySort
inpreview.js
to set the order ---> https://storybook.js.org/docs/react/writing-stories/naming-components-and-hierarchy#sorting-storiesPlease follow the following instruction to create the new branch:
The text was updated successfully, but these errors were encountered: