As I develop my web application, I have incorporated react-bootstrap for its React components based on Bootstrap. However, wanting to give my project a customized look inspired by Material design, I came across bootstrap-material-design. I am curious if I can seamlessly integrate this additional CSS file into my existing setup with react-bootstrap. Has anyone experimented with this combination before?
I am open to exploring other similar projects that can enhance the visual appeal of my UI while maintaining the react-bootstrap foundation. If not for this consideration, I might have opted for Material UI.