Skip to content

Commit

Permalink
content/issue 33 guides pages (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 authored Oct 4, 2024
1 parent 3298d9b commit 1740069
Show file tree
Hide file tree
Showing 66 changed files with 5,605 additions and 87 deletions.
7 changes: 6 additions & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
// https://github.com/vitejs/vite/discussions/15532
const config = {
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
addons: ["@storybook/addon-links", "@storybook/addon-essentials", "@chromatic-com/storybook"],
addons: [
"@storybook/addon-links",
"@storybook/addon-essentials",
"@chromatic-com/storybook",
"storybook-addon-fetch-mock",
],
framework: {
name: "@storybook/web-components-vite",
options: {},
Expand Down
122 changes: 120 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"remark-github": "^10.0.1",
"rimraf": "^5.0.5",
"storybook": "^8.0.6",
"storybook-addon-fetch-mock": "^2.0.1",
"stylelint": "^16.4.0",
"stylelint-prettier": "^5.0.0",
"vite": "^5.2.8"
Expand Down
Loading

0 comments on commit 1740069

Please sign in to comment.