Skip to content

Including react bootstrap.js

roninhacker edited this page Dec 11, 2015 · 2 revisions

A simple way that will work, is going here and copying the link for the latest version of react-bootstrap, then wgeting that link at the terminal and placing a <script> tag in your html. Note that you also must include react that way as well for this to work.

A note of caution: be certain that it's the same version required by om/reagent/rum. Having different versions of react on the same page can lead to some hard-to-find bugs.

Clone this wiki locally