Skip to content

Commit

Permalink
add a11y addon
Browse files Browse the repository at this point in the history
  • Loading branch information
JesmoDev committed Oct 9, 2024
1 parent 08e810f commit 3a27c8c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const config: StorybookConfig = {
getAbsolutePath('@storybook/addon-links'),
getAbsolutePath('@storybook/addon-essentials'),
getAbsolutePath('@chromatic-com/storybook'),
getAbsolutePath('@storybook/addon-a11y'),
'../storyhelpers/storybook-readme',
],
framework: {
Expand Down
18 changes: 18 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 @@ -70,6 +70,7 @@
"@lerna-lite/version": "3.9.1",
"@open-wc/testing": "4.0.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@storybook/addon-a11y": "^8.3.5",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
"@storybook/blocks": "^8.3.5",
Expand Down

0 comments on commit 3a27c8c

Please sign in to comment.