Skip to content

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!

Notifications You must be signed in to change notification settings

ashleemboyer/a11y-components

Repository files navigation

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

About

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!

Topics

Resources

Stars

Watchers

Forks