react-checkbox
Version:
30 lines (26 loc) • 610 B
HTML
<html>
<head>
<title>React Checkbox</title>
<script src="./node_modules/react/dist/react-with-addons.js"></script>
<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="http://localhost:9090/webpack-dev-server.js"></script>
<script type="text/javascript" src="http://localhost:9090/assets/bundle.js"></script>
</body>
</html>