react-html2pdf
Version:
pdf generate libs for react js
27 lines (20 loc) • 532 B
Markdown
# react-html2pdf
covert html to pdf
## Install package
```bash
$ npm i react-html2pdf
```
## Usage
```js
//import
import { Preview, print } from 'react-html2pdf';
//render
<Preview id={'jsx-template'} >
<p>adsf</p>
</Preview>
<button onClick={()=>print('a', 'jsx-template')}> print</button>
```
## Example
Check full example in the [example](https://github.com/sanpyaelin/react-html2pdf/blob/master/examples/index.js) folder.
## License
[MIT License](http://opensource.org/licenses/mit-license.html). © 2018 San Pyae Lin