This package has been deprecated

Author message:

this package has been deprecated

@roo-ui/button

0.4.0 • Public • Published

Button

Installation

$ yarn add @roo-ui/button

Example

import Button, { OutlineButton } from '@roo-ui/button';

export default (
  <Fragment>
    <Button>Hello world</Button>
    <OutlineButton>Hello world</OutlineButton>
  </Fragment>
);

Properties

Name Description Type Default Required?
children button content node - ✔︎
primary use the primary color bool false -
rounded use a rounded border bool false -
disabled disable the button bool false -

Customization

This component can be customized with styled-system by passing props for space, color, or box shadow.

Readme

Keywords

none

Package Sidebar

Install

npm i @roo-ui/button

Weekly Downloads

0

Version

0.4.0

License

none

Unpacked Size

14.4 kB

Total Files

19

Last publish

Collaborators

  • hooroo-deploy-user
  • qh-mikeespana