Addon A11y
@storybook/addon-a11y
Storybook Addon A11y: Test UI component compliance with WCAG web accessibility standards
Testing
a11y
accessibility
storybook
storybook-addon
test
axe
WCAG
ARIA
component
components
Stars
1
Weekly
0
Open issues
0
Bundle
~60 kB
Installation
npm install @storybook/addon-a11yCode example
import { AddonA11y } from "@storybook/addon-a11y";
export function Example() {
return (
<div>
<h2>Addon A11y</h2>
<AddonA11y />
</div>
);
}Pros & cons
Pros
- Actively maintained by ndelangen
- 0 weekly downloads. Battle tested
- MIT licensed
Considerations
- Adds roughly ~60 kB to your bundle
- Needs client-only rendering in SSR frameworks
- Not supported in React Native
- 0 open issues on GitHub