@storybook/addon-a11y
Version:
Storybook Addon A11y: Test UI component compliance with WCAG web accessibility standards
16 lines (9 loc) • 533 B
Markdown
# Storybook Accessibility Addon
The @storybook/addon-a11y package provides accessibility testing for Storybook stories. It uses axe-core to run the tests.
## Getting Started
### Add the addon to an existing Storybook
```bash
npx storybook add @storybook/addon-a11y
```
[More on getting started with the accessibility addon](https://storybook.js.org/docs/writing-tests/accessibility-testing#accessibility-checks-with-a11y-addon?ref=readme)
Learn more about Storybook at [storybook.js.org](https://storybook.js.org/?ref=readme).