Commit 6b2a484b authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Replace Bootstrap example link

The current one is not drop-in anymore
parent a7f9016b
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -275,7 +275,7 @@ import 'bootstrap/dist/css/bootstrap-theme.css'; ...@@ -275,7 +275,7 @@ import 'bootstrap/dist/css/bootstrap-theme.css';
import { Navbar, Jumbotron, Button } from 'react-bootstrap'; import { Navbar, Jumbotron, Button } from 'react-bootstrap';
``` ```
Now you are ready to use the imported React Bootstrap components within your component hierarchy defined in the render method. Here is an example [`App.js`](https://github.com/manavsehgal/react-eshop/blob/master/src/App.js) redone using React Bootstrap. Now you are ready to use the imported React Bootstrap components within your component hierarchy defined in the render method. Here is an example [`App.js`](https://gist.githubusercontent.com/gaearon/85d8c067f6af1e56277c82d19fd4da7b/raw/6158dd991b67284e9fc8d70b9d973efe87659d72/App.js) redone using React Bootstrap.
### Display Lint Output in the Editor ### Display Lint Output in the Editor
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment