react-signature
Version:
29 lines (27 loc) • 753 B
HTML
<head>
<title>React Signature</title>
<link rel="stylesheet" href="example.css">
</head>
<body>
<div class="container">
<h1>React Signature</h1>
<h2><a href="https://github.com/StrollHealth/ReactSignature">View project on GitHub</a></h2>
<!-- the example app is rendered into this div -->
<h3> Draw in the canvas below. </h3>
<div class="signature-pad">
<div class="signature-pad-body">
<div id="app"></div>
</div>
</div>
<div class="hint">
<!-- put any hints about your component example here -->
</div>
<div class="footer">
Copyright © 2016 Quang Tran.
</div>
</div>
<script src="common.js"></script>
<script src="bundle.js"></script>
<script src="example.js"></script>
</body>