We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee8df4 commit 7a46f11Copy full SHA for 7a46f11
README.md
@@ -31,6 +31,7 @@ Following plain React Bootstrap component
31
```
32
becomes
33
```js
34
+import { LinkContainer } from 'react-router-bootstrap'
35
<LinkContainer to="/foo/bar">
36
<Button>Foo</Button>
37
</LinkContainer>
0 commit comments