Here are
43 public repositories
matching this topic...
Code examples that accompany various MDN DOM and Web API documentation pages
Updated
Jun 28, 2022
JavaScript
Utility package for managing Dark Mode on the web
Updated
Jun 23, 2022
JavaScript
Control JS with mediaqueries
Updated
Jun 24, 2022
JavaScript
Reactive screen size and media query states for VueJS
Updated
Jun 24, 2022
JavaScript
matchmedia wrapper for angularjs
Updated
Apr 17, 2017
JavaScript
A Salvattore and Masonry alternative without CSS-driven configuration or absolute CSS positioning
Updated
Jun 3, 2018
JavaScript
MatchMedia component library for Vue
Updated
Jun 24, 2022
TypeScript
Higher order components for matchMedia
Updated
Oct 26, 2017
JavaScript
a matchMedia plugin for svelte 3
Updated
Mar 31, 2021
JavaScript
A set of tools for emulating browser behavior in jsdom environment
Updated
Jun 9, 2022
TypeScript
🃏 Mock for fully testing any media queries with Jest
Updated
Jun 23, 2022
TypeScript
A fine API to manage media queries in JS with ease. It has first-class integration with VueJS.
Updated
Jun 25, 2022
TypeScript
Lightweight, performant, and easy to use media query library for React 📱 💻 🖥️
Updated
Sep 21, 2021
TypeScript
🎢 Detects user’s preferences for reduced motion using the 'prefers-reduce-motion' CSS3 level 5 media query.
Updated
Mar 11, 2022
JavaScript
📱 ↔️ 🖥️ Responsive Media Query Higher-Order Component (HOC) for React
Updated
Mar 13, 2019
JavaScript
[Buggy on Firefox] React hook for media queries on window and any container element. NOTE: Container Queries seem to be coming to browsers in 2022!
Updated
Dec 16, 2019
JavaScript
Utilizes matchMedia to performantly return conditional values based on media queries
Updated
Mar 16, 2018
JavaScript
Mock window.matchMedia for tests or node
Updated
Jan 23, 2022
JavaScript
There are a large number of Web / Browser APIs available. This repo contains the demos those APIs
Updated
Jul 29, 2021
JavaScript
Demo app for @assortment/darkmodejs
Updated
Apr 9, 2022
JavaScript
🌗 Detects user’s color scheme preferences using the 'prefers-color-scheme' CSS3 level 5 media query.
Updated
Mar 11, 2022
JavaScript
🕯 Detects the ambient light-level of the user’s device using the 'light-level' CSS3 level 5 media query.
Updated
Mar 11, 2022
JavaScript
NPM package providing a service for working with mediaqueries in Angular
Updated
Mar 1, 2018
JavaScript
Functional matchMedia wrapper for media query handling.
Updated
Jul 28, 2017
JavaScript
A React utility library to match your props to the given media query
Updated
May 23, 2020
TypeScript
A React Component for rendering based on breakpoints.
Updated
Mar 14, 2020
TypeScript
jQuery plugin for matchMedia
Updated
Jan 10, 2018
JavaScript
Responsive utility for angularjs.
Updated
Oct 6, 2017
JavaScript
🔆 Detects user’s preferences for contrast using the 'prefers-contrast' CSS3 level 5 media query.
Updated
Mar 11, 2022
JavaScript
Improve this page
Add a description, image, and links to the
matchmedia
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
matchmedia
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Feature Report
I propose consolidating the specification of breakpoints into a single prop named breakpoints
Motivation
The current specification of breakpoints can be done either by 1)
breakpointsandbreakpointsMaxor 2)mediaQueries. I see the following problems with this approach: