31 lines
660 B
Markdown
31 lines
660 B
Markdown
|
# @cubetiq/invoice-print
|
||
|
|
||
|
> Invoice Print80m
|
||
|
|
||
|
[](https://www.npmjs.com/package/@cubetiq/invoice-print) [](https://standardjs.com)
|
||
|
|
||
|
## Install
|
||
|
|
||
|
```bash
|
||
|
npm install --save @cubetiq/invoice-print
|
||
|
```
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
```tsx
|
||
|
import React, { Component } from 'react'
|
||
|
|
||
|
import MyComponent from '@cubetiq/invoice-print'
|
||
|
import '@cubetiq/invoice-print/dist/index.css'
|
||
|
|
||
|
class Example extends Component {
|
||
|
render() {
|
||
|
return <MyComponent />
|
||
|
}
|
||
|
}
|
||
|
```
|
||
|
|
||
|
## License
|
||
|
|
||
|
MIT © [Chantha Suon](https://github.com/Chantha Suon)
|