Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

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)