Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can we use Material UI with Bootstrap 4

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.

like image 737
Vikas Singh Avatar asked Aug 01 '17 11:08

Vikas Singh


2 Answers

Yes you can, Material UI components don't change anything about the layout of your page.

like image 108
Steve Chamaillard Avatar answered Sep 28 '22 03:09

Steve Chamaillard


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/

like image 34
Sh. Pavel Avatar answered Sep 28 '22 04:09

Sh. Pavel