Rowcomponent

Row({ children, ...props }: RowProps): ReactElement
ParamType
variantsRowProps
Props for the Row component — flex variants plus optional children. required
Return
ReactElement
A <div> element with the computed flex class.

Flex container that arranges its children as a row by default.

Examples

<Row gap="small" center>{items}</Row>