react-html2pdf
Version:
pdf generate libs for react js
17 lines (16 loc) • 538 B
HTML
<!-- examples/src/index.html -->
<html>
<head>
<title>My Component Demo</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- CSS Just for demo purpose, don't include it in your project -->
<!-- <link rel="stylesheet" href="http://themekita.com/demo-atlantis-lite-bootstrap/livepreview/assets/css/demo.css"> -->
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
</body>
</html>