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