Accessible button components.
The ui-buttons package contains the following:
npm install @instructure/ui-buttonsimport React from 'react'
import { Button } from '@instructure/ui-buttons'
const MyButton = function () {
return <Button>Hello button</Button>
}