react-pushy-buttons
v0.0.3
Published
React Component For IRaul/Pushy-Buttons
Readme

A small CSS Pressable Buttons library.
- Any contributions are more than welcome. 🤗
Demo
Checkout the Demo to see the buttons in action.
Setup & Installation
npm i -S react-pushy-buttonsimport Button from 'react-pushy-buttons';
import 'react-pushy-buttons/css/pushy-buttons.css'
<!-- Blue Buttons -->
<Button size="lg" color="blue">Button</Button>
<Button size="df" color="blue">Button</Button>
<Button size="md" color="blue">Button</Button>
<Button size="sm" color="blue">Button</Button>
<!-- Red Buttons -->
<Button size="lg" color="red">Button</Button>
<Button size="df" color="red">Button</Button>
<Button size="md" color="red">Button</Button>
<Button size="sm" color="red">Button</Button>
<!-- Green Buttons -->
<Button size="lg" color="green">Button</Button>
<Button size="df" color="green">Button</Button>
<Button size="md" color="green">Button</Button>
<Button size="sm" color="green">Button</Button>Properties
- Color : [blue , green, red] -- default : blue
- size : [lg, df, md, sm] -- default : md
Author
Raul Dronca
- https://twitter.com/raul_dronca
- https://github.com/iRaul
React Component
Arash Khazaei
- https://twitter.com/Qorbati
- https://github.com/n1arash

