Skip to content

Commit

Permalink
feat: add option to test accessibility in development mode (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Palaksharma23 committed Aug 26, 2022
1 parent 5d83a65 commit 9a7e71d
Show file tree
Hide file tree
Showing 3 changed files with 10,993 additions and 10,626 deletions.
1 change: 1 addition & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
stories: ["../src/**/*.stories.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
addons: [
"@storybook/addon-a11y",
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-interactions",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"build-storybook": "build-storybook"
},
"dependencies": {
"@storybook/addon-a11y": "^6.5.10",
"@storybook/addon-docs": "^6.5.10",
"@storybook/addons": "^6.5.10",
"@storybook/theming": "^6.5.10",
Expand Down
Loading

1 comment on commit 9a7e71d

@vercel
Copy link

@vercel vercel bot commented on 9a7e71d Aug 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.