UNPKG

react-native-web-headroom

Version:
25 lines (22 loc) 495 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>JS Bin</title> <script src="es5-shim.js"></script> <script src="es5-sham.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.0/react.js"></script> </head> <body> <h1>Hello Example</h1> <script> var Hello = React.createClass({ displayName: "Countdown", render: function() { return "<p>Hello</p>"; } }); </script> </body> </html>