JSPM

@instructure/ui-buttons

7.3.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4568
  • Score
    100M100P100Q143430F
  • License MIT

Accessible button components

Package Exports

  • @instructure/ui-buttons

Readme


category: packages

ui-buttons

npm  build-status  MIT License  Code of Conduct

Accessible button components.

Components

The ui-buttons package contains the following:

Installation

yarn add @instructure/ui-buttons

Usage

import React from 'react'
import { Button } from '@instructure/ui-buttons'

const MyButton = function () {
  return (
    <Button>Hello button</Button>
  )
}