commit 2d1af0ac64eac5b2bfb61f9e1939a6d798f9f451
parent 5fe3852772a967de23114a2cbcc755d6178439e4
Author: MTRNord <mtrnord1@gmail.com>
Date: Thu, 20 Apr 2023 23:36:30 +0200
fix: Make sure the storybook is properly ordered
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/.storybook/preview.tsx b/.storybook/preview.tsx
@@ -14,6 +14,11 @@ const preview: Preview = {
date: /Date$/,
},
},
+ options: {
+ storySort: {
+ order: ['Introduction', 'Fundamentals', '*'],
+ },
+ },
},
decorators: [
withThemeByDataAttribute({