Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.16 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.16 KB

a11y-storybook

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:

Usage

  1. Clone the repo
    git clone https://github.com/bolonio/a11y-storybook.git
  2. Install npm packages
    npm install
  3. Run Storybook locally
    npm run storybook

Folder structure

.
├── ...
├── src
│   └── stories                       # Component and Stories folder
│       ├── Component.tsx             # Your component
│       ├── Component.stories.tsx     # Storybook stories for your component
│       └── ...
└── ...

Contributing

If you have any suggestion for how this project could be improved, please read the contributing guidelines.

Author & Contributors

a11y-storybook is created by Adrián Bolonio