Skip to content

Commit 6701e10

Browse files
Tribunal33jardakotesovec
authored andcommitted
add a11y to storybook
1 parent b5532e7 commit 6701e10

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

.storybook/main.js

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const config = {
77
'@storybook/addon-interactions',
88
'@storybook/addon-themes',
99
'@storybook/addon-mdx-gfm',
10+
'@storybook/addon-a11y',
1011
],
1112
framework: {
1213
name: '@storybook/vue3-vite',

package-lock.json

+26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@rushstack/eslint-patch": "^1.3.3",
47+
"@storybook/addon-a11y": "^8.0.5",
4748
"@storybook/addon-essentials": "^8.0.5",
4849
"@storybook/addon-interactions": "^8.0.5",
4950
"@storybook/addon-links": "^8.0.5",

0 commit comments

Comments
 (0)