React Layout Component
You can see the components.
Container
The Container component implements a layout that limits the maximum width of the content and places it in the center according to the width of the screen.
Grid
The Grid component implements a layout that arranges child components in a grid.
Flex
The Flex components implement a layout that flexibly arranges child components.