west Home
light_mode
MumpUI / Component / Field
copy
code  Show code
Name
Location
Phone
Mobile
Email

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 props
NameTypeUsage
..All div element props
labelstring
Fields component props
NameTypeUsage
..All div element props
autoColbooleanTo render elements inside in a column if screen width is less than colBreakPoint
colBreakPointnumberTo 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.