Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashleemboyer/a11y-components
This component library is very much a work in progress. Please leave feedback if you have it. This will be up for open source collaboration soon!
https://github.com/ashleemboyer/a11y-components
a11y accessibility component-library componentlibrary components react web-dev web-development webdev webdevelopment
Last synced: 2 months ago
JSON representation
This component library is very much a work in progress. Please leave feedback if you have it. This will be up for open source collaboration soon!
- Host: GitHub
- URL: https://github.com/ashleemboyer/a11y-components
- Owner: ashleemboyer
- Created: 2020-06-26T01:30:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T17:15:59.000Z (about 2 years ago)
- Last Synced: 2024-10-13T08:51:28.249Z (4 months ago)
- Topics: a11y, accessibility, component-library, componentlibrary, components, react, web-dev, web-development, webdev, webdevelopment
- Language: JavaScript
- Homepage:
- Size: 1.57 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# a11y-components
[![npm version](https://badge.fury.io/js/a11y-components.svg)](https://badge.fury.io/js/a11y-components)
## Install
**With `npm`**
```bash
npm install a11y-components
```**With `yarn`**
```bash
yarn add a11y-components
```## Usage
```jsx
import React from 'react';
import { Button } from 'a11y-components';const Example = () => (
{
alert('Hello, world!');
}}
>
Click me!
);
```## License
MIT © [ashleemboyer](https://github.com/ashleemboyer)