chore(docs): stabilize storybook source discovery

This commit is contained in:
2026-03-25 19:48:27 +08:00
parent 49f94a6c89
commit eccaacece7
5 changed files with 136 additions and 6 deletions
+6 -1
View File
@@ -58,7 +58,12 @@ const preview: Preview = {
controls: {
expanded: true
},
layout: "fullscreen"
layout: "fullscreen",
options: {
storySort: {
order: ["Scenes", "Patterns", "Components", "Foundation"]
}
}
},
decorators: [
(Story, context) => {