Skip to content

Commit 70a9b69

Browse files
smocklecolebemis
andauthored
feat: Add Storybook a11y addon (#1335)
Co-authored-by: Cole Bemis <[email protected]>
1 parent 3bb4691 commit 70a9b69

File tree

3 files changed

+245
-0
lines changed

3 files changed

+245
-0
lines changed

.storybook/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = {
44
"../src/**/*.stories.@(js|jsx|ts|tsx)"
55
],
66
"addons": [
7+
"@storybook/addon-a11y",
78
"@storybook/addon-links",
89
"@storybook/addon-essentials"
910
]

package-lock.json

Lines changed: 243 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"@github/prettier-config": "0.0.4",
7979
"@rollup/plugin-commonjs": "19.0.0",
8080
"@rollup/plugin-node-resolve": "13.0.0",
81+
"@storybook/addon-a11y": "6.3.4",
8182
"@storybook/addon-actions": "^6.2.9",
8283
"@storybook/addon-essentials": "6.2.9",
8384
"@storybook/addon-links": "^6.2.9",

0 commit comments

Comments
 (0)