0.5.1 • Published 7 years ago

buttercup-ui v0.5.1

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
7 years ago

Buttercup UI Components

Buttercup

React UI Components used in Buttercup product series.

Preview Components

$ yarn install
$ yarn storybook

Then head to http://localhost:6006/.

Use Components

$ yarn add buttercup-ui
import { Button } from 'buttercup-ui';

const MyComponent = () => (
  <Button danger>Delete</Button>
);

List of Components

  • Button
  • Password Generator Popup (Generator)
  • Password Strength Indicator (Meter)
  • Input
  • Center, SmallType