0.1.2 • Published 6 years ago

react-butin v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

React Butin

A React component for displaying customizable buttons

Usage

First, install the package using npm:

npm install react-butin --save

Then, require the package and use it like so:

import Button from "react-butin";

Use in your React app like this:

<Button buttonName="React Button"/>

Accepted Props

  • buttonName - required
  • background (default - black)
  • color (default - white)
  • border (default - white)