Skip to content

Commit

Permalink
docs: add story sort order
Browse files Browse the repository at this point in the history
  • Loading branch information
bddjong committed Sep 17, 2024
1 parent 3c57a4b commit 5aaf078
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/storybook/config/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ import type { Preview } from '@storybook/react';
const preview: Preview = {
parameters: {
controls: { expanded: false },
options: { panelPosition: 'right' },
options: {
panelPosition: 'right',
storySort: {
order: ['VNG', 'Templates'],
},
},
},
};

Expand Down

0 comments on commit 5aaf078

Please sign in to comment.