7.2 Wrap (flex-wrap)
This topic provides information on Wrap (flex-wrap).
CSS Equivalent:
- flex-wrap: wrap; – Items wrap to the next line
- flex-wrap: nowrap; – Items stay on a single line (default)
Figma Concept:
Figma allows similar behaviour using the “Wrap” toggle in Auto Layout.
How to Set in Figma:
- Select the Auto Layout frame
- Enable the Wrap toggle in the Auto Layout panel
- Items will wrap to the next line when space runs out
Parent topic: Auto Layout to Flexbox Mapping
