Skip to content

n1arash/react-pushy-buttons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Color : [blue , green, red] -- default : blue
  • size : [lg, df, md, sm] -- default : md

Author

Raul Dronca

React Component

Arash Khazaei

License

CC0