Made with create-react-library
npm install --save tpp-react-components
import React, { Component } from 'react'
import MyComponent from 'tpp-react-components'
import 'tpp-react-components/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
npm run build
npm login
<login credentials process>
npm publish