Skip to content

Commit

Permalink
Merge pull request #13 from CivicTechTO/12-a11y-addon
Browse files Browse the repository at this point in the history
Added a11y addon to storybook
  • Loading branch information
patcon authored Oct 11, 2024
2 parents 9903665 + 53c9320 commit 6d80f44
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const config = {
"@storybook/addon-webpack5-compiler-swc",
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-a11y",
"@chromatic-com/storybook",
"@storybook/addon-interactions",
"storybook-addon-remix-react-router",
Expand Down
27 changes: 27 additions & 0 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 @@ -14,6 +14,7 @@
"license": "ISC",
"devDependencies": {
"@chromatic-com/storybook": "^1.9.0",
"@storybook/addon-a11y": "8.3.2",
"@storybook/addon-essentials": "^8.3.2",
"@storybook/addon-interactions": "^8.3.2",
"@storybook/addon-links": "^8.3.2",
Expand Down

0 comments on commit 6d80f44

Please sign in to comment.