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
- Host: GitHub
- URL: https://github.com/mayashavin/react-accessible-components
- Owner: mayashavin
- Created: 2023-01-31T12:38:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T13:12:04.000Z (over 3 years ago)
- Last Synced: 2025-02-26T01:42:23.680Z (over 1 year ago)
- Topics: a11y, accessibility, components, components-library, react, reactjs
- Language: TypeScript
- Homepage: https://react-accessible-components.netlify.app/
- Size: 213 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```