Skip to content

Commit

Permalink
sort stories alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
South-Paw committed Feb 7, 2021
1 parent 5a313f4 commit c82cbc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { Parameters } from '@storybook/react';
export const parameters: Parameters = {
controls: { expanded: true },
layout: 'padded',
options: { storySort: { method: 'alphabetical' } },
};

const withThemeProvider = (Story) => (
Expand Down

0 comments on commit c82cbc1

Please sign in to comment.