1.0.1 • Published 10 months ago

app-react-library v1.0.1

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

my-react-library

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save my-react-library

Usage

import React, { Component } from 'react'

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

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

License

MIT ©

1.0.1

10 months ago

1.0.0

10 months ago