Sample Button
npm install --save varun-lib
import React, { Component } from 'react'
import MyComponent from 'varun-lib'
import 'varun-lib/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © KJ14GOD