react-easel
Version:
Widget to dynamically build forms using simple-schema and uniforms
12 lines (11 loc) • 394 B
HTML
<html>
<head>
<title>Sample App</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<link rel="shortcut icon" href="">
</head>
<body>
<div id='root'></div>
<script src="bundle.js"></script>
</body>
</html>