autoCol
in the second row is set to true
which means if rendered in a device with screen width less than or equal to 1080px
i.e. mobile devices, then the elements inside will be rendered in a column.
Field
component propsName | Type | Usage |
---|---|---|
.. | All div element props | |
label | string |
Fields
component propsName | Type | Usage |
---|---|---|
.. | All div element props | |
autoCol | boolean | To render elements inside in a column if screen width is less than colBreakPoint |
colBreakPoint | number | To change default break point used in autoCol (Default: 1080 ) |
To debug autoCol
, do not forget to refresh after opening the developer tools in the browser.