1.0.1 • Published 4 years ago

custom-react-components-lib v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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 ©

1.0.1

4 years ago

1.0.0

4 years ago