react-mobiscroll
Version:
A simple wrapper of Mobiscroll for ReactJS.
30 lines (28 loc) • 1.44 kB
HTML
<head>
<meta charset="utf-8">
<title>React-Mobiscroll Example</title>
<meta name="viewport" content="initial-scale=1.0,user-scalable=no,maximum-scale=1,width=device-width">
<meta name="keywords" content="react,reactjs,react component,component,select,form,autocomplete,control,ui,javascript">
<meta name="description" content="A flexible and beautiful Mobiscroll Input control for ReactJS with multiselect, autocomplete and ajax support.">
<link rel="stylesheet" href="example.css">
<link href="css/mobiscroll.animation.css" rel="stylesheet" type="text/css" />
<link href="css/mobiscroll.icons.css" rel="stylesheet" type="text/css" />
<link href="css/mobiscroll.widget.css" rel="stylesheet" type="text/css" />
<link href="css/mobiscroll.scroller.css" rel="stylesheet" type="text/css" />
<link href="css/mobiscroll.image.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="container">
<h1>React Mobiscroll</h1>
<p>A simple wrapper of <a href="https://github.com/acidb/mobiscroll" target="_blank">Mobiscroll</a> for <a href="http://facebook.github.io/react/" target="_blank">ReactJS</a>.</p>
<h3><a href="http://github.com/xicombd/react-mobiscroll">View project and documentation on GitHub</a></h3>
<h2>Examples:</h2>
<form>
<div id="example"></div>
</form>
</div>
<script src="common.js"></script>
<script src="bundle.js"></script>
<script src="app.js"></script>
</body>