Working with Grid System in Material-UI
Check out the course trailer at https://youtu.be/hhZ6yFvCWho
Check out the course at http://bit.ly/2SZDYyw
Material-UI provides a Grid system so that application is responsive or to say consistent across different screen sizes.
It supports 2 types of layouts - Containers and Items placed inside the container. The widths of the item are fluid and sized in accordance with the parent. Items also have padding around them.
There are 5 breakpoints supported by Material UI Grid.
Breakpoint | Device |
---|---|
xs | Mobile Phones |
sm | Tablet Devices |
md | Medium-sized Desktop Screens |
lg | Large Screens |
xl | TV Screens |
These breakpoints can only be applied to Grid Items and not the containers.
If you have any further questions or need help, please reach us out!