1 Repo
Wrappers and utilities for the native browser MediaQueryList API to track boolean state changes of CSS media queries.
Distinct from Zone-Based Detection: Focuses on browser API integration for viewport detection, unlike file system or security detection candidates.
Explore 1 awesome GitHub repository matching user interface & experience · MediaQueryList API Integrations. Refine with filters or upvote what's useful.
react-responsive is a media query library for React used to implement responsive design by conditionally rendering components based on viewport dimensions. It provides hooks and utilities for viewport detection and monitoring screen characteristics and orientation changes. The library includes a server-side rendering mock and device simulation capabilities. These allow for the manual override of device settings via properties or context to ensure consistent rendering during server-side operations and to facilitate automated UI testing. The project covers device characteristic detection and v
Implements media query detection using the native browser API to evaluate and track screen characteristic changes.