Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
chore: set ordering for stories
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniAkash committed Sep 19, 2020
1 parent 059d0c1 commit 2bb0bac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions example/.storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ export const parameters = {
theme: themes.light,
},
viewMode: 'docs',
storySort: {
order: [
'Basics',
['Getting Started', 'Theme'],
'Components',
['TextBlock', 'Touchable', 'InputText'],
'Layout Components',
],
},
};

export const decorators = [
Expand Down

0 comments on commit 2bb0bac

Please sign in to comment.