react-bootstrap-toggle
Version:
A React version of the bootstrap-toggle without the JQuery dependency
15 lines • 590 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>React-bootstrap-toggle</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css"> -->
<link rel="stylesheet" href="./dist/bootstrap2-toggle.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div id="app"></div>
<script src="dist/index.js"></script>
</body>
</html>