Vue ResponsiveBox - cols
baseSize
The column's base width. Calculated automatically when the singleColumnScreen property arranges all elements in a single column.
See Also
screen
Before rendering the column, the UI component considers the screen's width. If the width matches the specified size qualifier, the column will be rendered. There are four size qualifiers in all. The screen property accepts one or several of them separated by a space.
Size Qualifier | Description |
---|---|
xs | Stands for "extra small". Screens with width less than 768 pixels. |
sm | Stands for "small". Screens with width between 768 and 992 pixels. |
md | Stands for "medium". Screens with width between 992 and 1200 pixels. |
lg | Stands for "large". Screens with width more than 1200 pixels. |
See Also
shrink
A factor that defines how much a column width shrinks relative to the rest of the columns in the container.
If you have technical questions, please create a support ticket in the DevExpress Support Center.