0.1.3 • Published 4 years ago

invoice-table v0.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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..

NPM JavaScript Style Guide

Install

npm i invoice-table

Usage

import * as React from 'react'

import MyComponent from 'invoice-table'

class Example extends React.Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © vazra