Columncomponent
Column({ children, column = true, ...props }: ColumnProps): ReactElement| Param | Type | |
|---|---|---|
variants | ColumnProps | Props for the Column component — flex variants plus optional children. required |
| Return | |
|---|---|
ReactElement | A <div> element with the computed flex class. |
Flex container that stacks its children as a column by default.
Examples
<Column gap="small">{items}</Column>