react-bootstrap-date-picker
Version:
React-Bootstrap based date picker.
21 lines (20 loc) • 742 B
HTML
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>React-Bootstrap Date Picker Example</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
padding-bottom:300px;
}
</style>
</head>
<body>
<div id="react">
</div>
<script src="./bundle.js"></script>
</body>
</html>