react-butin
v0.1.2
Published
A React component for displaying customizable buttons
Readme
React Butin
A React component for displaying customizable buttons
Usage
First, install the package using npm:
npm install react-butin --saveThen, 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)
