Skip to content

Latest commit

 

History

History
executable file
·
13 lines (8 loc) · 433 Bytes

README.md

File metadata and controls

executable file
·
13 lines (8 loc) · 433 Bytes

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

npx storybook add @storybook/addon-a11y

More on getting started with the accessibility addon