npm install --save app-npmlibrary-react
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 />
}
}
MIT © dima-cherednyk