Created
April 16, 2014 18:44
-
-
Save StoneCypher/10919111 to your computer and use it in GitHub Desktop.
React repeater control housing HTML (js impl at https://gist.github.com/StoneCypher/10919150 )
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> | |
<script src="build/react.js"></script> | |
<script src="build/JSXTransformer.js"></script> | |
<script type="text/jsx" src="repeater.jsx"></script> | |
</head> | |
<body></body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment