This Package is a swipe button for Web / Mobile
npm install react-swipe-button> This Package is a swipe button for react
 
``bash`
npm install --save react-swipe-button
This is a demo of react-swipe-button
`jsx
import React, { Component } from 'react'
import ReactSwipeButton from 'react-swipe-button'
class Example extends Component {
render () {
return (
color='#f00'
onSuccess={onSucces}
/>
)
}
}
``
text (Default will be 'SWIPE')
The text that will display on the swipe button
color (Default will be '#444')
The color of swipe button
onSuccess
The function that will get called when a swipe is success
MIT © rinasm