For the complete documentation index, see llms.txt. This page is also available as Markdown.

Layout Components

Components for controlling page structure, alignment and responsive layout

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.

Last updated

Was this helpful?