Package-level declarations
Types
Enum representing Bootstrap screen size breakpoints.
Enum representing different screen size breakpoints.
Enum representing screen orientation.
Enum representing TailwindCSS screen size breakpoints.
Height-based window size class.
Window size classes are a set of opinionated viewport breakpoints to design, develop, and test responsive application layouts against. For more details check Support different screen sizes documentation.
Width-based window size class.
Functions
A composable function that calculates and returns the current window size class.
Returns a State object representing the current Bootstrap breakpoint of the screen.
Returns a State object representing the current breakpoint of the screen. It uses media queries to determine the current screen size.
Returns a State object representing whether the given media query matches the current screen.
Returns a State object representing the current screen orientation.
Returns a State object representing the current TailwindCSS breakpoint of the screen.