Layout

Flora ships a couple of layout components that will help implement any design.

Box

Box is the most common and most used layout component.
It implements flexbox properties and has special

space
prop for spacing between children.

Grid

Grid implements CSS grid layouts.
It should only be used when flexbox is not sufficient for the job.

Spacer

Spacer renders space within flexbox containers.
It is a great component for single unique spaces, but for repeating spacings e.g. when rendering an array of children, use Box's

space
instead.

El

El renders an unstyled component.
It can be used to create special layouts such as tables.