Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 797 Bytes

File metadata and controls

17 lines (13 loc) · 797 Bytes
description Components for controlling page structure, alignment and responsive layout

Layout Components

Layout components create the structure that holds and positions the rest of your content.

Component Use it for
Container Grouping components and controlling a section’s width, spacing, and layout.
Divider Adding a visual rule between sections or content groups.
Flex Arranging children in a flexible row or column.
Grid Building responsive rows and columns with precise placement.
Text Wrap Flowing text around adjacent content.

Start with Container for most page sections. Use Flex for one-dimensional alignment and Grid when rows and columns both matter.