react-infinite-carousel
Version:
Infinite carousel implemented with React
12 lines (11 loc) • 379 B
HTML
<html style="height: 100%">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
</head>
<body style="height: 100%">
<div id="content" style="margin-top: 30px; height: 100%; width:100%">
</div>
<script type="text/javascript" src="./build//FadeCarousel.js"></script>
</body>
</html>