3. Wrapping #

Created Wednesday 02 September 2020

The flex-wrap property is used for wrapping the components. It applies w.r.t the main axis only - as it is for reading, and therefore has no cross-axis. property.

It has 3 values (modes):

  1. no-wrap → The default

  1. wrap → Wrap w.r.t to the main axis

  1. wrap-reverse → Wrap to put in the opposite direction(top here, row main-axis)