@instructure/ui-buttons
v11.5.0
Published
Accessible button components
Downloads
75,238
Maintainers
Keywords
Readme
ui-buttons
Accessible button components.
Components
The ui-buttons package contains the following:
Installation
npm install @instructure/ui-buttonsUsage
import React from 'react'
import { Button } from '@instructure/ui-buttons'
const MyButton = function () {
return <Button>Hello button</Button>
}