1.0.1 • Published 11 months ago

shared-components-npm-module-create-react-library v1.0.1

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

shared-components-npm-module-create-react-library

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save shared-components-npm-module-create-react-library

Usage

import React, { Component } from 'react'

import MyComponent from 'shared-components-npm-module-create-react-library'
import 'shared-components-npm-module-create-react-library/dist/index.css'

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

License

MIT © brijesh-pant