0.0.3 • Published 7 years ago

react-pushy-buttons v0.0.3

Weekly downloads
10
License
MIT
Repository
github
Last release
7 years ago

Pushy Buttons

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-buttons
import 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

Author

Raul Dronca

React Component

Arash Khazaei

License

CC0

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago