0.1.0-alpha.f0d5cf2f • Published 7 years ago

lucid-button v0.1.0-alpha.f0d5cf2f

Weekly downloads
4
License
SEE LICENSE IN LI...
Repository
-
Last release
7 years ago

lucid-button

A reusable, accessible <Button/> for cross-platform design.

Installation

npm install @uptimeventures/lucid-button

Usage

import React from 'react'
import Button from '@uptimeventures/lucid-button'

const App = () =>
  <Button onClick={() => {}}>
    Register
  </Button>

If you prefer a less spacious design:

const App = () =>
  <Button dense>
    Click me!
  </Button>

License

© 2017 Uptime Ventures, Ltd. All rights reserved. Released under the 3-Clause BSD License.