This is a demo repository to illustrate how to test the accessibility of your components using storybook.
You can read all the details in my blog:
- English: https://www.adrianbolonio.com/en/accessibility-with-storybook
- Español: https://www.adrianbolonio.com/es/accesibilidad-con-storybook
- Clone the repo
git clone https://github.com/bolonio/a11y-storybook.git
- Install npm packages
npm install
- Run Storybook locally
npm run storybook
.
├── ...
├── src
│ └── stories # Component and Stories folder
│ ├── Component.tsx # Your component
│ ├── Component.stories.tsx # Storybook stories for your component
│ └── ...
└── ...
If you have any suggestion for how this project could be improved, please read the contributing guidelines.
a11y-storybook is created by Adrián Bolonio