You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integration between [React Router](https://github.com/reactjs/react-router) and [React-Bootstrap](https://github.com/react-bootstrap/react-bootstrap).
3
3
4
+
> **IMPORTANT**: instructions below are for projects using React Router v3 and earlier.
5
+
> To find the latest integration package for React Router v4 and later see [master](https://github.com/react-bootstrap/react-router-bootstrap/tree/master) branch.
6
+
4
7
## Usage
5
8
6
9
Wrap your React-Bootstrap element in a `<LinkContainer>` to make it behave like a React Router `<Link>`:
@@ -17,7 +20,7 @@ For the equivalent of `<IndexLink>`, use `<IndexLinkContainer>`.
17
20
18
21
```
19
22
$ npm i -S react react-dom react-router react-bootstrap
0 commit comments