Getting started
An overview of React-Bootstrap and how to install and use.
diff --git a/getting-started.html b/getting-started.html index ff17242e..386a3707 100644 --- a/getting-started.html +++ b/getting-started.html @@ -1,4 +1,4 @@ -
An overview of React-Bootstrap and how to install and use.
You can import the lib with as AMD modules, CommonJS modules as a global JS script.
First add the Bootstrap CSS to your project; check here if you have not already done that. Then:
$ npm install react@v0.10.0
+React Bootstrap Getting started
An overview of React-Bootstrap and how to install and use.
Setup
You can import the lib with as AMD modules, CommonJS modules as a global JS script.
First add the Bootstrap CSS to your project; check here if you have not already done that. Then:
CommonJS
$ npm install react
$ npm install react-bootstrap
var Alert = require('react-bootstrap/Alert');
// or