1
- # react-router-bootstrap
2
- Integration between [ React Router] ( https://github.com/rackt/react-router ) and [ React-Bootstrap] ( https://github.com/react-bootstrap/react-bootstrap ) .
3
-
4
- [ ![ Build Status] ( https://travis-ci.org/react-bootstrap/react-router-bootstrap.svg?branch=master )] ( https://travis-ci.org/react-bootstrap/react-router-bootstrap )
5
- [ ![ npm version] ( https://badge.fury.io/js/react-router-bootstrap.svg )] ( http://badge.fury.io/js/react-router-bootstrap )
1
+ # react-router-bootstrap [ ![ Travis] [ build-badge ]] [ build ] [ ![ npm] [ npm-badge ]] [ npm ]
2
+ Integration between [ React Router] ( https://github.com/reactjs/react-router ) and [ React-Bootstrap] ( https://github.com/react-bootstrap/react-bootstrap ) .
6
3
7
4
## Usage
8
5
@@ -19,15 +16,16 @@ For the equivalent of `<IndexLink>`, use `<IndexLinkContainer>`.
19
16
## Installation
20
17
21
18
```
22
- npm install react-router-bootstrap
23
- ```
24
-
25
- You will also want to have React Router and React-Bootstrap.
26
-
27
- ```
28
- npm install react-router react-bootstrap
19
+ $ npm i -S react react-dom react-router react-bootstrap
20
+ $ npm i -S react-router-bootstrap
29
21
```
30
22
31
23
## Contributing
32
24
33
25
See [ CONTRIBUTING] ( CONTRIBUTING.md ) .
26
+
27
+ [ build-badge ] : https://travis-ci.org/react-bootstrap/react-router-bootstrap.svg?branch=master
28
+ [ build ] : https://travis-ci.org/react-bootstrap/react-router-bootstrap
29
+
30
+ [ npm-badge ] : https://badge.fury.io/js/react-router-bootstrap.svg
31
+ [ npm ] : http://badge.fury.io/js/react-router-bootstrap
0 commit comments