99.10.0 • Published 4 years ago

@temporg/ui-buttons v99.10.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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 @temporg/ui-buttons

Usage

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

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