A small CSS Pressable Buttons library.
- Any contributions are more than welcome. 🤗
Checkout the Demo to see the buttons in action.
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>
- Color : [blue , green, red] -- default : blue
- size : [lg, df, md, sm] -- default : md
Raul Dronca
Arash Khazaei