react-number-field
Version:
React Number Field
29 lines (25 loc) • 494 B
HTML
<html>
<head>
<title>React Combo</title>
<style>
body
body * {
/*box-sizing: border-box;*/
}
html,
body,
#content {
width: 100%;
height: 100%;
position: absolute;
}
</style>
</head>
<body>
<div id="content">
</div>
<script src="/webpack-dev-server.js"></script>
<script type="text/javascript" src="/assets/bundle.js"></script>
</body>
</html>