A small flex: row
wrapper. Abstracts all the flex weirdness away into a component.
align-items: center
You can pass the alignCenter
prop to add the align-items: center
CSS property to the row.
You can change the gap size of the row via the gapSize
prop, which can be set to one of sm
, md
or lg
.