custom-react-components-lib

1.0.1 • Public • Published

custom-react-components-lib

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save custom-react-components-lib

Usage

import React, { Component } from 'react'

import MyComponent from 'custom-react-components-lib'
import 'custom-react-components-lib/dist/index.css'

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

License

MIT ©

Readme

Keywords

none

Package Sidebar

Install

npm i custom-react-components-lib

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

117 kB

Total Files

8

Last publish

Collaborators

  • chitradevil