A smoot and nice button library
npm install --save smootbutton
import React, { Component } from 'react'
import MyComponent from 'smootbutton'
import 'smootbutton/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © furkanbagirgan