I am newb to reactjs, I want to include bootstrap in my react app
I have installed bootstrap by npm install bootstrap --save
npm install bootstrap --save
Now, want to load b
Hope this is helpful ;)
Step 1: using NPM install this bellow command
npm install --save reactstrap@next react react-dom
Step 2: example index.js main script import bellow command
import 'bootstrap/dist/css/bootstrap.min.css';
Step 3: UI components refer bellow website reactstrap.github.io