UNPKG

react-bootstrap

Version:

Bootstrap 3 components build with React

18 lines 400 B
<html> <head> <script src="../tools/react.js"></script> <script src="../dist/react-bootstrap.min.js"></script> </head> <body> <script> React.renderComponent( ReactBootstrap.Button({ onClick: function () { alert('yay!'); } }, 'Click me'), document.body ); </script> </body> </html>