New to KendoReact? Start a free 30-day trial
ResponsiveFormBreakPoint
ResponsiveFormBreakPointPremium
Allows to define responsive breakpoints for the Form component. Each breakpoint can specify a minimum and/or maximum width, and a value that represents either the number of columns or the colspan/gutters for that breakpoint.
Name | Type | Default | Description |
---|---|---|---|
maxWidth? |
|
The maximum width for this breakpoint in pixels. | |
minWidth? |
|
The minimum width for this breakpoint in pixels. | |
value |
|
The value associated with this breakpoint. It can represent the number of columns or the colspan/gutters for the form control. |