Sort Storybook stories (#2300)

This commit is contained in:
Stefan Ålund
2020-09-06 23:11:40 +02:00
committed by GitHub
parent 83ade4252c
commit 1193a0f57b
+19
View File
@@ -24,3 +24,22 @@ addParameters({
},
layout: 'fullscreen',
});
export const parameters = {
options: {
storySort: {
order: [
'Example Plugin',
'Header',
'Sidebar',
'Tabs',
'Information Card',
'Tabbed Card',
'Table',
'Status',
'Trendline',
'Progress Card',
],
},
},
};