An open API service indexing awesome lists of open source software.

https://github.com/n1arash/react-pushy-buttons

Simple React Component for Pushy-Buttons !
https://github.com/n1arash/react-pushy-buttons

button pushy pushy-buttons react react-component reactjs

Last synced: 2 months ago
JSON representation

Simple React Component for Pushy-Buttons !

Awesome Lists containing this project

README

          

![Pushy Buttons](readme-bg.png)
> A small CSS Pressable Buttons library.

- Any contributions are more than welcome. 🤗

### Demo

Checkout the [Demo](https://iraul.github.io/pushy-buttons/) to see the buttons in action.

### Setup & Installation
```bash
npm i -S react-pushy-buttons
```

```javascript
import Button from 'react-pushy-buttons';
import 'react-pushy-buttons/css/pushy-buttons.css'

Button
Button
Button
Button

Button
Button
Button
Button

Button
Button
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

## License

[![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)