1.0.2 • Published 3 years ago

cc-custom-button v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

cc-custom-button

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save cc-custom-button

Usage

import React, { Component } from 'react'

import MyComponent from 'cc-custom-button'
import 'cc-custom-button/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © https://github.com/sudharshansprabhu101997/cc-custom-button