react-simple-currency
Version:
A react input wrapper to mask and handle currency values
23 lines (22 loc) • 650 B
HTML
<head>
<title>SimpleCurrencyInput</title>
<link rel="stylesheet" href="example.css">
</head>
<body>
<div class="container">
<h1>Simple Currency Input</h1>
<h2><a href="https://github.com/leonardowf/react-simple-currency">View project on GitHub</a></h2>
<!-- the example app is rendered into this div -->
<div id="app"></div>
<div class="hint">
<!-- put any hints about your component example here -->
</div>
<div class="footer">
Copyright © 2016 Leonardo Wistuba de França.
</div>
</div>
<script src="common.js"></script>
<script src="bundle.js"></script>
<script src="example.js"></script>
</body>