Columns are used to create a responsive grid system.
alignItems
prop is used to align columns vertically. It can be set to start
, center
or end
. alignSelf
prop is used to align columns vertically. It can be set to start
, center
or end
. w-100
property wherever you want to wrap your columns to a new line. Normally this is accomplished with
multiple rows
, but not every implementation method can account for this. order
prop to change the order of your content. Values are '1' | '2' | '3' | '4' | '5' | 'first' | 'last'
.