bootsrap react code example
Example 1: install react bootstrap
npm install react-bootstrap bootstrap
Example 2: react bootstrap
// Install react-bootstrap and bootstrap module
npm i react-bootstrap bootstrap
// Import bootstrap so that the styles work
import 'bootstrap/dist/css/bootstrap.min.css';
// Use react-bootstrap
import { Button } from 'react-bootstrap'
{ // Some Component
<Button /> // Displays a nice blue button :)
}
Example 3: instalar bootstrap en react
npm install bootstrap
Example 4: react bootstrap
npm install react-bootstrap bootstrap@4.6.0
Example 5: reactstrap in react js
npm install --save reactstrap react react-dom
Example 6: react bootstrap
{}
import 'bootstrap/dist/css/bootstrap.min.css';