1.0.0 • Published 12 months ago

@madhumahesh23/my-custom-library v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

my-custom-library

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save my-custom-library

Usage

import React, { Component } from 'react'

import MyComponent from 'my-custom-library'
import 'my-custom-library/dist/index.css'

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

License

MIT © madhumahesh23

1.0.0

12 months ago