Rowcomponent
Row({ children, ...props }: RowProps): ReactElement| Param | Type | |
|---|---|---|
variants | RowProps | 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>