5

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.

Vikas Singh
  • 1,791
  • 1
  • 14
  • 26

2 Answers2

6

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

Steve Chamaillard
  • 2,289
  • 17
  • 32
4

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/

Sh. Pavel
  • 1,584
  • 15
  • 28