Applies to:
mediaguery
Media Query Service
The Media Query service provides the logic to make flex displays more responsive.
Properties
| Property Name |
Description |
| Name |
Identity of the component |
Output Data
| Name |
Description |
| minimum |
The minimum size of the display |
| maximum |
The maximum size of the display |
Both has the following output, which are breakpoints for maximum and minimum.
| Name |
Description |
| small |
Screen width of 600 px |
| medium |
Screen width of 960 px |
| large |
Screen width of 1280 px |
| extralarge |
Screen width of 1920 px |