Renders products on Pos terminal
npm install --save pos-products
import React, { Component } from 'react'
import MyComponent from 'pos-products'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
MIT © [Nabarun Chakma](https://github.com/Nabarun Chakma)