소스 검색

Sort Storybook stories alphabetically (#26225)

GitOrigin-RevId: d7cf167a67ea24d7095fb27e6090ef735e966536
Alf Eaton 1 년 전
부모
커밋
afe146a620
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      services/web/.storybook/preview.tsx

+ 6 - 0
services/web/.storybook/preview.tsx

@@ -122,6 +122,12 @@ const preview: Preview = {
       // render stories in iframes, to isolate modals
       inlineStories: false,
     },
+    options: {
+      storySort: {
+        method: 'alphabetical',
+        order: ['Shared'],
+      },
+    },
   },
   globalTypes: {
     theme: {