0.4.0 • Published 3 years ago

a11y-components v0.4.0

Weekly downloads
24
License
MIT
Repository
github
Last release
3 years ago

a11y-components

npm version

Install

With npm

npm install a11y-components

With yarn

yarn add a11y-components

Usage

import React from 'react';
import { Button } from 'a11y-components';

const Example = () => (
  <Button
    onClick={() => {
      alert('Hello, world!');
    }}
  >
    Click me!
  </Button>
);

License

MIT © ashleemboyer

0.4.0

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

1.0.0

4 years ago