Can we use the material interface with Bootstrap 4

I am developing a web app in js responses and I am using material-UI for components, but i, m bit confus is reagrding the responsiveness of my web pages. so I wanted to know that I can use Bootstrap 4 with Material-Ui.

any help would surely be appreciated. Thanks in Advance.

+3


source to share


2 answers


Yes you can, material UI components don't change anything relative to your page's layout.



+4


source


Yes you can, but remember that Material-UI is heavy dependencies, so it increases the size of your application significantly. You can also use some material themes for Bootstrap 4, for example: http://daemonite.github.io/material/ and also http://fezvrasta.github.io/bootstrap-material-design/



+2


source







All Articles