react-bootstrap-native-slider
Version:
Native Slider with Boostrap Slider failover component for React
28 lines (23 loc) • 668 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>React Bootstrap Slider Test</title>
<link rel="stylesheet" href="./css/bootstrap.min.css" />
<link rel="stylesheet" href="./css/bootstrap-slider.min.css" />
<style>
body {
margin: 20px;
}
#main .react-native-slider {
width: 200px;
}
</style>
</head>
<body>
<h1>React Bootstrap Slider Test</h1>
<div id="main" style="margin-top: 50px">
<script src="js/vendor.min.js"></script>
<script src="js/slider-bundle.min.js"></script>
</body>
</html>