Hello can someone tell my why my component isn’t displaying?
New to this so maybe it’s a silly mistake but I got the settings configured all right I think…
Hello can someone tell my why my component isn’t displaying?
New to this so maybe it’s a silly mistake but I got the settings configured all right I think…
Hi,
Did you install bootstrap ?
For example:
npm install react-bootstrap bootstrap
You have to switch the load order of the React scripts, react-dom should be loaded after react.
There is no Jumbotron component, it was removed in Bootstrap 5
Awesome this works well. Thanks!