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.
2 parents bccf97a + 7a46f11 commit 192f75fCopy full SHA for 192f75f
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