I am working on a react project. I am using react-bootstrap. But, you know you have limit on bootstrap. For example I am using a navbar but I would like to change navbar's colour. But you have I think 6-7 option about it. Or, I would like to change my navbar's dimensions. These are just examples, you can think same things about every components that react-bootstrap have. How can I manage bootstrap's css? Or should I use my own css? Or should I use another frameworks for different things?
I can change my whole project and write with material-ui but same things will happen. Please let me know your idea.