Skip to content

Commit b847e32

Browse files
committed
update storybook
1 parent b362dda commit b847e32

76 files changed

Lines changed: 1313 additions & 15569 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.storybook/manager.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import { addons } from "@storybook/manager-api";
2+
import { create } from "@storybook/theming";
3+
4+
addons.setConfig({
5+
theme: create({
6+
base: "light",
7+
brandTitle: "Executable HTML",
8+
fontBase: '"Roboto Flex", "Roboto", sans-serif',
9+
}),
10+
});

.storybook/preview.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ const preview: Preview = {
1010
date: /Date$/i,
1111
},
1212
},
13+
options: {
14+
storySort: {
15+
order: ["Introduction", "User Interface", "Control Flow", "Data & Utility"],
16+
},
17+
},
1318
},
1419
};
1520

0 commit comments

Comments
 (0)