app-firstlibrary-react
v1.0.4
Published
My first library
Downloads
2
Readme
app-firstlibrary-react
My first library.
Install
npm install --save app-firstlibrary-react
Usage
import React, { Component } from 'react'
import MyComponent from 'app-firstlibrary-react'
import 'app-firstlibrary-react/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © dima-cherednyk