0.1.1 • Published 4 years ago

@rock-kit/ui-buttons v0.1.1

Weekly downloads
-
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 @rock-kit/ui-buttons

Usage

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

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