I am using react-bootstrap front-end library in my react project. React-bootstrap components are not working properly.
I also checked the official react-bootstrap website and it also misses the styling of the website.
What could be the reason for that styling issue?
I already tried to add import 'bootstrap/dist/css/bootstrap.min.css'; in the index.js file but that is affecting my other UI components which I do not want to mess up.
!important
for your custom css style. – ravibagul91