# Wrap

The **wrap** property can force the child elements of the component to remain within a line or break into multiple lines by changing the **flex-wrap** property of the element.

Use this in conjunction with **flex** property, like the example below.