mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-05-16 19:09:05 +08:00
Replace Bootstrap example link
The current one is not drop-in anymore
This commit is contained in:
@@ -275,7 +275,7 @@ import 'bootstrap/dist/css/bootstrap-theme.css';
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user