react-tangle
Version:
tangle.js style input elements for react
25 lines (24 loc) • 773 B
HTML
<html>
<head>
<meta charset=utf-8 />
<title>example</title>
<link href='https://www.mapbox.com/base/latest/base.css' rel='stylesheet' />
<link href='example.css' type='text/css' rel='stylesheet' />
<link href='../index.css' type='text/css' rel='stylesheet' />
</head>
<body>
<div class='col4 margin4'>
<div class='pad2'>
<h2><a href='https://github.com/mapbox/react-tangle'>react-tangle</a></h2>
<p><a href='http://worrydream.com/Tangle/'>Tangle</a>-style input controls
for <a href='http://facebook.github.io/react/'>React.js</a>
</div>
<div class='pad1' id='app'></div>
<div class='pad2'>
<a href='https://github.com/mapbox/react-tangle'>source on github</a>
</div>
</div>
<script src='bundle.js'></script>
</body>
</html>