Package-level declarations
Types
Breakpoints are size values which can be used to affect the layout of the UI at various boundary points.
An interface for expressing CSS media queries through Breakpoints.
A class used for storing generic values associated with breakpoints.
Functions
A convenience class for constructing an association of breakpoints to CSS em sizes.
A convenience class for constructing an association of breakpoints to CSS pixel sizes.
A convenience class for constructing an association of breakpoints to CSS rem sizes.
Display this element only if the current screen's width lies between the lower breakpoint (inclusive) and upper breakpoint (exclusive).
Display this element only if the current screen is at least as wide as the specified breakpoint.
Display this element only if the current screen is narrower than the specified breakpoint.