Made with create-react-library
npm install --save diffstylebutton
import React, { Component } from 'react'
import MyComponent from 'diffstylebutton'
import 'diffstylebutton/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © beyza-armagan