What is the best way to lay out Material-UI components on a form? Do you use bootstrap classes such as "form-group" or "container-fluid" or is there a better way?
Thanks!
What is the best way to lay out Material-UI components on a form? Do you use bootstrap classes such as "form-group" or "container-fluid" or is there a better way?
Thanks!
I strongly recommend you to use the Grid system for create your layout. Grid System
And add your custom css theme inside the
makeStyles
. makeStyles APIFeel free to comment if you need more information !