Here are
177 public repositories
matching this topic...
💆🏻 Frizz free, context-aware, JavaScript modules
Updated
Aug 11, 2021
JavaScript
📱 💻 Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.
Updated
Jun 22, 2022
JavaScript
Control JS with mediaqueries
Updated
Jun 24, 2022
JavaScript
A React HOC with mediaqueries for responsive layout
Updated
Feb 10, 2022
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.
Merge media queries (
@media ),
@supports , and other duplicate At-rules together under a single block.
Updated
Jun 28, 2022
JavaScript
In this project, we clone the Next Web homepage using semantic HTML5 elements appropriately sized and positioned. We made the background with images and gradients. Build with HTML and CSS.
Updated
Apr 16, 2021
HTML
Turns human readable breakpoints into correct mediaqueries
Updated
Apr 5, 2016
JavaScript
I created a great web site using the Grid property, which is one of the powerful features of Css. You will definitely like it. ✔
A Versatile Media Query List Manager for React
Updated
Dec 7, 2017
JavaScript
All css media queries for various devices
React component for manipulate media queries
Updated
Mar 24, 2022
JavaScript
This project consists of replicating the The Next Web website putting emphasis on how it behaves differently depending on the size of the screen where the website is rendered.
Simple and practical utility for managing media queries in react with styled components
Updated
Mar 3, 2021
JavaScript
An AMD based boilerplate for Conditioner based on RequireJS.
Updated
Jan 11, 2018
JavaScript
A collection of CSS3 media queries curated for use in SASS and JavaScript (css-in-js)
Updated
Oct 17, 2021
SCSS
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
Angular library that simplifies working with desktop, tablet and mobile devices.
Updated
Sep 16, 2020
TypeScript
Online Courses Template using HTML, CSS
Updated
Feb 28, 2022
HTML
An Angular Dart Service to register a listener function to media query updates without dealing with matchMedia
Updated
Jan 25, 2018
Dart
Helps to match and run custom scripts with different resolution
Updated
Nov 21, 2019
JavaScript
Variable SCSS grid system with magic media query mixin
Updated
Mar 22, 2021
SCSS
Building a recipe application using two APIs for project one.
Updated
Feb 11, 2022
HTML
Updated
Dec 22, 2019
HTML
Web app in which users of the Rick and Morty series can see, search, sort and filter cards with information of interest about the characters.
Updated
Sep 10, 2020
JavaScript
A website made on my own when i started learning web development, compatible with all media and with a very little bit of javascript but not completely functionnal.
Updated
May 24, 2022
HTML
Improve this page
Add a description, image, and links to the
mediaqueries
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
mediaqueries
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: