Skip to content

Instantly share code, notes, and snippets.

View Echooff3's full-sized avatar

Echooff3 Echooff3

  • South of heaven
View GitHub Profile
@Echooff3
Echooff3 / index.html
Created April 12, 2016 20:25 — forked from anonymous/index.html
React Sliding React Slider Example // source http://jsbin.com/fazuzi
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="React Slider Example">
<meta charset="utf-8" />
<title>React Sliding</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.0.1/react.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.0.1/react-dom.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.23/browser.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>