1. Add a handleHidden method to the BootstrapModal component. 2. Add an event listener for 'hidden.bs.modal' on the modal root 3. Add a new onHidden prop to the BootstrapModal component. 4. Add a new 'handleModalDidClose' method to the Example component to be used as the onHidden prop of it's modal component. |
||
|---|---|---|
| .. | ||
| basic | ||
| basic-click-counter | ||
| basic-commonjs | ||
| basic-jsx | ||
| basic-jsx-external | ||
| basic-jsx-harmony | ||
| basic-jsx-precompile | ||
| jquery-bootstrap | ||
| jquery-mobile | ||
| quadratic | ||
| shared | ||
| transitions | ||
| webcomponents | ||
| README.md | ||
README.md
React Examples
Here are some small React demos. Some use JSX and some include third-party library integration.
For more fully-featured examples, check out React TodoMVC and React + Backbone TodoMVC.