[storybook] Re-order components (#2847)

This commit is contained in:
Stefan Ålund
2020-10-11 07:59:34 +02:00
committed by GitHub
parent 633ef96c0e
commit e3f4fdbad7
6 changed files with 8 additions and 98 deletions
+1 -12
View File
@@ -28,18 +28,7 @@ addParameters({
export const parameters = {
options: {
storySort: {
order: [
'Example Plugin',
'Header',
'Sidebar',
'Tabs',
'Information Card',
'Tabbed Card',
'Table',
'Status',
'Trendline',
'Progress Card',
],
order: ['Plugins', 'Layout', 'Navigation'],
},
},
};