1.0.5 • Published 5 years ago

@restlessbit/aria-button v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

@restlessbit/aria-button

Accessible Aria Button component for React, based on the ARIA button role docs in MDN.

Installation

yarn add @restlessbit/aria-button

Usage

import AriaButton from '@restlessbit/aria-button'

function CoolAccessibleReactApplication () {
  return (
    <AriaButton onClick={() => alert('sick!')}>Click dis with your mouse, or use your keyboard if you would prefer!</AriaButton>
  )
}

Running the example

yarn example

Running tests

yarn test
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago