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