JeColumn | <je-column>
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
size | size | The size of the column, in terms of how many columns it should take up out of the total available. | string | undefined |
sizeLg | size-lg | The size of the column for lg screens, in terms of how many columns it should take up out of the total available. | string | undefined |
sizeMd | size-md | The size of the column for md screens, in terms of how many columns it should take up out of the total available. | string | undefined |
sizeSm | size-sm | The size of the column for sm screens, in terms of how many columns it should take up out of the total available. | string | undefined |
sizeXl | size-xl | The size of the column for xl screens, in terms of how many columns it should take up out of the total available. | string | undefined |
sizeXs | size-xs | The size of the column for xs screens, in terms of how many columns it should take up out of the total available. | string | undefined |
Built with StencilJS