Skip to content

This is a demo repository to illustrate how to test the accessibility of your components using storybook.

Notifications You must be signed in to change notification settings

bolonio/a11y-storybook

Repository files navigation

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

About

This is a demo repository to illustrate how to test the accessibility of your components using storybook.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published