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