ResponsiveFormBreakPoint
Defines responsive breakpoints for form controls in relation to the width of 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.
const breakpoints: ResponsiveFormBreakPoint[] = [
{ minWidth: 768, value: 2 },
{ maxWidth: 767, value: 1 }
];
Name | Type | Default | Description |
---|---|---|---|
maxWidth? |
|
Specifies the maximum Form width for this breakpoint in pixels. | |
minWidth? |
|
Specifies the minimum Form width for this breakpoint in pixels. | |
value |
|
Specifies the value associated with this breakpoint.
Can represent the number of columns or the colspan/gutters for the form control.
For gutters configurations, numeric values are interpreted as pixels, while string values can include units like |