An open API service indexing awesome lists of open source software.

https://github.com/mayashavin/react-accessible-components


https://github.com/mayashavin/react-accessible-components

a11y accessibility components components-library react reactjs

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

          

# Accessible components demo

Language: React, TypeScript

Bundler management: Vite

This is the demo repo containing the code of components for my articles about React components.

To run the demo, make sure you install Vite.

[Storybook demo of the project](https://react-accessible-components.netlify.app/)

Run the following command for starting

```bash
yarn dev
```

Build the project:

```bash
yarn build
```