Reputation: 1857
I am developing a web app in react js and i am using material-UI for components but i,m bit confuse reagrding the responsiveness of my web pages. so i wanted to know that can i use Bootstrap 4 with material-Ui.
any help would definetely be appreciated. Thanks in Advance.
Upvotes: 5
Views: 2199
Reputation: 1723
Yes, you can, but remember that Material-UI is heavy dependencies, so it increases your app size a lot. You also can use some material themes for Bootstrap 4, for example: http://daemonite.github.io/material/ and http://fezvrasta.github.io/bootstrap-material-design/
Upvotes: 4
Reputation: 2339
Yes you can, Material UI components don't change anything about the layout of your page.
Upvotes: 6