Skip to content

Commit

Permalink
Add combined preview
Browse files Browse the repository at this point in the history
  • Loading branch information
yuiseki committed Jun 29, 2024
1 parent 7c548d5 commit 5ce49ba
Show file tree
Hide file tree
Showing 21 changed files with 1,543 additions and 36 deletions.
17 changes: 16 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ const config: StorybookConfig = {
options: {},
},
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
addons: [],
addons: [
{
name: "@storybook/addon-essentials",
options: {
actions: false,
backgrounds: false,
controls: true,
docs: false,
viewport: false,
toolbars: false,
measure: false,
outline: false,
highlight: false,
},
},
],
};
export default config;
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"naturalearthdata",
"opencellid",
"openstreetmap",
"OSMHOT",
"rgba",
"seamlessphoto",
"shapefile",
Expand Down
Loading

0 comments on commit 5ce49ba

Please sign in to comment.