0.1.0 • Published 5 years ago
@vazra/invoice-table v0.1.0
invoice-table
A React component , a data table, to be used in CRMs,Billing Apps, etc., lists items in the invoice or billing page/UI. This repo is created with ref from https://dev.to/arpitjain_in/create-library-of-react-component-1fa8 , no additional serup have been done..
Install
npm install --save invoice-table
Usage
import * as React from 'react'
import MyComponent from 'invoice-table'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © vazra
0.1.0
5 years ago