Gutters
Interface
Represents the gutters configuration for a form layout. It allows defining the spacing between the columns and rows of the form. Each property can be a number or an array of responsive breakpoints.
Definition
Package:@progress/kendo-react-form
Properties
cols?
string | number | ResponsiveFormBreakPoint[]
Defines the gutters for the columns in the form. Can be a number or an array of responsive breakpoints.
rows?
string | number | ResponsiveFormBreakPoint[]
Defines the gutters for the rows in the form. Can be a number or an array of responsive breakpoints.