Capgemini / dcx-react-library

React Library UI/UX agnostic
https://main--6069a6f47f4b9f002171f8e1.chromatic.com
MIT License
113 stars 7 forks source link

Order of items on Storybook sidebar menu #430

Closed szilvihorvath closed 1 year ago

szilvihorvath commented 1 year ago

Change the order of items in the Storybook sidebar menu. At the moment it's mostly randomised.

Screenshot 2023-03-13 at 11 41 18

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

Please follow the following instruction to create the new branch:

git checkout release/0.7
git pull
git checkout -b 'feature/story-sort'
daniele-zurico commented 1 year ago

closed by #433