JeColumnGroup | <je-column-group>
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
align | align | Alignment of the columns. | "baseline" | "center" | "end" | "start" | "stretch" | undefined |
columns | columns | The number of columns the flex grid has. | number | undefined |
gap | gap | The gap between the columns. | "2xl" | "2xs" | "3xl" | "3xs" | "lg" | "md" | "sm" | "xl" | "xs" | undefined |
justify | justify | Justification of the columns. | "center" | "end" | "space-around" | "space-between" | "start" | undefined |
wrap | wrap | If the columns should wrap. | boolean | undefined |
Built with StencilJS