The Wayback Machine - https://web.archive.org/web/20220404130533/https://github.com/topics/mediaquery
Here are
104 public repositories
matching this topic...
Provides HTML UI layout for Angular applications; using Flexbox and a Responsive API
Updated
Feb 3, 2022
TypeScript
📐 Simple, elegant and maintainable media queries in Sass
Updated
Feb 10, 2022
SCSS
Utility package for managing Dark Mode on the web
Updated
Sep 21, 2021
JavaScript
PostCSS plugin for combine and sort CSS media queries with mobile first or desktop first methods.
Updated
Mar 25, 2022
JavaScript
Grid system for React, and more
Updated
Feb 15, 2018
JavaScript
ES6 class and jQuery Plugin to get the current Device Type and Display Type of a Browser while making CSS Breakpoints available in JavaScript.
An extension to the widget that helps to reduce the boilerplate and adds some helpful methods. and you can make responsive design.
Updated
Mar 15, 2022
Dart
Merge media queries (
@media ),
@supports , and other duplicate At-rules together under a single block.
Updated
Nov 30, 2021
JavaScript
Inspired by bootstrap , This is dynamic grid layout that you can use Like a bootstrap grid, and the size is following material UI break points. But, don't to worry you can customize your break point like here. This package purely using mediaquery, don't worry about the render.
Updated
Jun 30, 2021
Dart
SASS Helpers for Breakpoint Handling
UI Responsive fitting approach according to screent width
Simple and practical utility for managing media queries in react with styled components
Updated
Mar 3, 2021
JavaScript
A webpack boilerplate for Conditioner.
Updated
Jan 11, 2018
JavaScript
SASS Media queries on a single line
Updated
Mar 26, 2022
SCSS
React hook for tracking media query match
Updated
Mar 26, 2019
JavaScript
Demo app for @assortment/darkmodejs
Updated
Feb 26, 2022
JavaScript
Hollywood HUB is a clone version of different movie streaming sites (static). With filter search features. Responsive, using pure CSS and javascript.
For the task, make the web page responsive on different screen sizes using media query.
Functional matchMedia wrapper for media query handling.
Updated
Jul 28, 2017
JavaScript
Food.co is a classical restaurant which has a delicious classical food and meals that has a unique taste.
Helps to match and run custom scripts with different resolution
Updated
Nov 21, 2019
JavaScript
My Project for Web Learning and a great way to learn html css js and advance js, jquery
A simple responsive template to showcase an online gadget shop and their collaborations with HTML5, Vanilla CSS and Media Query
Updated
Jan 15, 2022
HTML
Restaurant Food Ordering Mobile Application - React Js
Updated
May 25, 2018
JavaScript
Get events when mediaquery changes happen
Updated
Aug 11, 2021
JavaScript
Website Company for TeamUp Studio
Updated
Nov 20, 2021
JavaScript
Changing image paths with Media Queries.
Updated
Jan 24, 2022
TypeScript
Improve this page
Add a description, image, and links to the
mediaquery
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
mediaquery
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)
breakpoints
andbreakpointsMax
or 2)mediaQueries
. I see the following problems with this approach: