awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

49 Repos

Awesome GitHub RepositoriesResponsive Breakpoints

Media query mappings for fluid layout adaptation across viewports.

Distinguishing note: Focuses on the architectural mapping of responsive breakpoints.

Explore 49 awesome GitHub repositories matching user interface & experience · Responsive Breakpoints. Refine with filters or upvote what's useful.

Awesome Responsive Breakpoints GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • jgthms/bulmaAvatar von jgthms

    jgthms/bulma

    50,074Auf GitHub ansehen↗

    Bulma is a design-agnostic CSS framework that provides a collection of pre-styled interface components and layout primitives. It is built to be independent of specific JavaScript frameworks or build tools, allowing developers to construct responsive web interfaces by applying standardized classes directly to semantic HTML markup. The framework distinguishes itself through a utility-first approach that combines modular component styling with a flexible grid system. It leverages native CSS variables to manage design tokens, enabling real-time visual customization, automatic dark mode adaptation

    Applies media queries to component classes to ensure fluid layout adaptation across mobile, tablet, and desktop viewports.

    CSScsscss-frameworkdesign
    Auf GitHub ansehen↗50,074
  • streamich/react-useAvatar von streamich

    streamich/react-use

    43,974Auf GitHub ansehen↗

    react-use is a collection of reusable state and effect hooks for managing common logic in React applications. It serves as a comprehensive library for implementing state management patterns and wrapping various browser APIs into consistent hook interfaces. The project provides a specialized toolkit for DOM interaction and browser API integration, allowing components to track element dimensions, manage cookies, and monitor hardware sensors. It includes a suite of animation and timing utilities for physics-based numeric interpolation and frame-synced state updates. Beyond basic state managemen

    Deno-inspired tracking of current window width and returning a label based on pixel thresholds.

    TypeScript
    Auf GitHub ansehen↗43,974
  • videojs/video.jsAvatar von videojs

    videojs/video.js

    39,805Auf GitHub ansehen↗

    Video.js is a customizable HTML5 video player framework and JavaScript media plugin system. It provides a foundation for rendering and controlling web video playback across different devices and screen sizes, supporting both standard HTML5 integration and adaptive bitrate streaming for live or on-demand content. The project is distinguished by a modular architecture that allows for the extension of playback functionality through a class-based plugin system and middleware-based method interception. This enables the development of tailored media interfaces and the integration of specialized beh

    Utilizes breakpoints and aspect-ratio presets to ensure the player fits various device displays.

    JavaScriptdashhlshtml
    Auf GitHub ansehen↗39,805
  • alvarotrigo/fullpage.jsAvatar von alvarotrigo

    alvarotrigo/fullPage.js

    35,437Auf GitHub ansehen↗

    fullPage.js is a JavaScript full-screen scrolling library and layout engine used to create websites composed of vertical sections and horizontal slides that snap to the viewport. It provides a system for organizing web content into full-screen pages with automatic snapping behavior. The library distinguishes itself through a WebGL transition framework and visual storytelling tools, enabling cinematic effects such as 3D rotations, parallax backgrounds, fading, and water distortion during navigation. It also features a responsive adaptation system that can switch from automatic snapping to stan

    Switches from automatic snapping to standard scrolling when viewport dimensions fall below defined breakpoints.

    JavaScriptfullpagefullscreenjavascript
    Auf GitHub ansehen↗35,437
  • foundation/foundation-sitesAvatar von foundation

    foundation/foundation-sites

    29,778Auf GitHub ansehen↗

    Foundation Sites is a responsive front-end framework providing a collection of CSS and JavaScript tools to build websites that automatically adapt to different screen sizes and devices. It functions as a responsive design library and cross-browser UI toolkit, offering a grid layout system and pre-styled interface components to ensure consistent rendering across modern web browsers. The framework enables rapid front-end UI prototyping and the integration of interactive components through a scripting interface that manages the lifecycle of UI plugins. It supports custom CSS framework management

    Utilizes media query breakpoints to adapt the visual structure of the interface to different device sizes.

    HTML
    Auf GitHub ansehen↗29,778
  • pure-css/pureAvatar von pure-css

    pure-css/pure

    23,731Auf GitHub ansehen↗

    Pure is a CSS UI framework and modular component library designed for building consistent web layouts and interface components. It functions as a responsive CSS grid system and a CSS reset library that normalizes default browser rendering to ensure a uniform appearance across different web environments. The project provides standalone styles for common interactive elements such as buttons, menus, forms, and tables. It utilizes a modular architecture that allows for the inclusion of specific style modules and employs namespace isolation to prevent visual conflicts between components. The fram

    Provides media query mappings to adapt layout structures across mobile, tablet, and desktop viewports.

    JavaScript
    Auf GitHub ansehen↗23,731
  • strml/react-grid-layoutAvatar von STRML

    STRML/react-grid-layout

    22,320Auf GitHub ansehen↗

    React Grid Layout is a draggable and resizable grid system for React that organizes components into a coordinate-based layout. It functions as a responsive layout manager and a serialized grid state engine, providing the tools necessary to create user-customizable workspaces where interface elements can be moved and resized. The system distinguishes itself through breakpoint-driven layout mapping, which adjusts grid configurations based on container width. It utilizes a serialized state model to convert spatial positions and dimensions into data formats for saving and restoring user layouts,

    Implements an architectural mapping of responsive breakpoints to switch between distinct grid configurations based on container width.

    TypeScript
    Auf GitHub ansehen↗22,320
  • react-grid-layout/react-grid-layoutAvatar von react-grid-layout

    react-grid-layout/react-grid-layout

    22,319Auf GitHub ansehen↗

    React Grid Layout is a toolkit for building draggable, resizable, and responsive dashboard interfaces. It functions as a coordinate-based grid system that reconciles component positions and dimensions through declarative metadata, allowing developers to manage complex collections of UI elements that users can interact with directly. The library distinguishes itself through an automated packing algorithm that maintains structural integrity by shifting elements to fill gaps and resolving overlaps. It supports responsive design by monitoring container width changes against pre-defined breakpoint

    Monitors container width changes to trigger layout adjustments based on pre-defined responsive breakpoints.

    TypeScriptdrag-and-dropes2015grid
    Auf GitHub ansehen↗22,319
  • dhg/skeletonAvatar von dhg

    dhg/Skeleton

    19,410Auf GitHub ansehen↗

    Skeleton is a lightweight responsive CSS boilerplate and mobile-first framework. It provides a foundation for building mobile-friendly websites through a fluid 12-column grid system, a minimal CSS reset library to normalize browser defaults, and default styling for raw HTML elements. The project emphasizes a mobile-first development approach, using percentage-based widths and predefined media queries to progressively enhance layouts for larger screens. It includes a utility-first library of single-purpose classes to manage common layout tasks such as floating elements, clearing, and width con

    Implements responsive breakpoints at common device widths to facilitate fluid layout adaptation.

    CSS
    Auf GitHub ansehen↗19,410
  • unocss/unocssAvatar von unocss

    unocss/unocss

    18,854Auf GitHub ansehen↗

    UnoCSS is an atomic CSS engine and utility-first framework that generates styles on-demand based on the specific classes used in your source code. By scanning your project files during the build process, it produces only the CSS necessary for your application, effectively minimizing bundle size and eliminating unused styles. The engine distinguishes itself through a highly modular, configuration-driven architecture that allows for deep customization of design tokens, rules, and presets. It supports advanced styling patterns such as attribute-based styling, tag-based styling, and dynamic varia

    Defines and applies media query breakpoints through utility classes to create adaptive interfaces.

    TypeScriptatomic-cssengineunocss
    Auf GitHub ansehen↗18,854
  • emotion-js/emotionAvatar von emotion-js

    emotion-js/emotion

    18,017Auf GitHub ansehen↗

    This project is a styling library and framework designed for component-based architectures, enabling developers to define and manage visual styles directly within JavaScript or TypeScript. It functions as a styling engine that generates unique class names from style definitions, ensuring encapsulated, predictable, and maintainable visual presentation across applications. By integrating with component logic, it allows for the creation of reusable UI elements with styles defined through template literals or object syntax. The library distinguishes itself through a comprehensive suite of build-t

    Maps CSS properties to breakpoint arrays to enable fluid layout adaptation across different viewport sizes.

    JavaScriptbabel-plugincsscss-in-js
    Auf GitHub ansehen↗18,017
  • bootstrap-vue/bootstrap-vueAvatar von bootstrap-vue

    bootstrap-vue/bootstrap-vue

    14,450Auf GitHub ansehen↗

    Bootstrap-vue is a Vue.js component library and responsive UI kit based on the Bootstrap CSS framework. It provides a frontend component suite of reusable interface elements designed for building mobile-first websites and web applications. The project wraps Bootstrap CSS classes in Vue components to manage styles and behaviors through reactive state. It integrates a responsive layout management system that synchronizes internal component states with Bootstrap's grid system and device breakpoints. The library covers a wide range of interface capabilities, including data display with sortable

    Synchronizes internal component states with Bootstrap's CSS grid breakpoints for fluid layout adaptation.

    JavaScripta11yaccessibilityaccessible
    Auf GitHub ansehen↗14,450
  • rstacruz/cheatsheetsAvatar von rstacruz

    rstacruz/cheatsheets

    14,429Auf GitHub ansehen↗

    This project is a comprehensive collection of web development reference guides and technical cheat sheets. It provides a curated set of markdown-based documentation designed to help developers quickly locate syntax patterns and API examples for common web technologies and programming languages. The repository serves as a specialized reference library covering several distinct technical domains. It includes extensive guides for CSS, focusing on selectors, Flexbox, Grid, and responsive layout properties, as well as a DevOps command reference for Docker, Kubernetes, AWS, Ansible, and general she

    Details the mapping of screen width thresholds to specific visual styles for responsive web design.

    SCSS
    Auf GitHub ansehen↗14,429
  • leemunroe/responsive-html-email-templateAvatar von leemunroe

    leemunroe/responsive-html-email-template

    13,684Auf GitHub ansehen↗

    This project is a responsive HTML email template and framework designed to maintain visual consistency across diverse desktop and mobile email applications. It provides a set of CSS and HTML patterns that ensure layouts, images, and preheaders render correctly across various email service providers. The framework utilizes a fluid-grid design system with percentage-based widths and max-width constraints to scale across different screen sizes. It employs a strategy of applying styles directly to HTML elements to prevent email clients from stripping external or internal stylesheets. The system

    Includes targeted CSS media query breakpoints to trigger layout changes for mobile devices.

    HTMLemailemail-marketingemail-template
    Auf GitHub ansehen↗13,684
  • keen/dashboardsAvatar von keen

    keen/dashboards

    11,038Auf GitHub ansehen↗

    This project is a collection of responsive CSS Grid dashboard templates and a data visualization UI kit. It provides a set of HTML layouts designed for building analytics interfaces and monitoring views for KPIs and business metrics that adapt to different screen sizes. The toolkit is library-agnostic, allowing the connection of static HTML templates to any external data source or third-party charting library without requiring custom adapter code. It uses a template-driven approach to separate the visual structure of the dashboard from the underlying data. The capabilities cover the assembly

    Provides media query mappings that ensure dashboard layouts adapt fluidly across various screen widths.

    HTMLanalyticsanalytics-dashboardcharts
    Auf GitHub ansehen↗11,038
  • kristoferjoseph/flexboxgridAvatar von kristoferjoseph

    kristoferjoseph/flexboxgrid

    9,318Auf GitHub ansehen↗

    Flexboxgrid is a responsive CSS framework and layout engine based on CSS3 standards. It provides a grid system that uses the flexbox model to arrange page elements into flexible, proportional grids that adapt to different screen sizes and device resolutions. The framework implements a float-free responsive design, utilizing a media-query breakpoint system to adjust layouts and column counts based on viewport width. It employs percentage-based column sizing and negative-margin guttering to maintain consistent spacing and fluid scaling across various displays. The system maps layout configurat

    Utilizes a system of media query breakpoints to automatically adjust grid layouts across different viewport widths.

    HTML
    Auf GitHub ansehen↗9,318
  • thoughtbot/bourbonAvatar von thoughtbot

    thoughtbot/bourbon

    9,012Auf GitHub ansehen↗

    Bourbon is a CSS framework toolset and Sass mixin library designed to standardize styling patterns and reduce repetitive code in web projects. It serves as a workflow optimizer that provides a collection of reusable functions to streamline the process of writing and organizing stylesheets. The toolkit focuses on responsive web design by providing a library of mixins for implementing flexible layouts and standardized breakpoints across different screen sizes. It also includes a suite of command line utilities used to install and manage styling dependencies within a local development environmen

    Provides a standardized set of media query mappings for fluid layout adaptation across various screen sizes.

    Ruby
    Auf GitHub ansehen↗9,012
  • uber/basewebAvatar von uber

    uber/baseweb

    8,989Auf GitHub ansehen↗

    Base Web is a React UI component library and design system implementation. It provides a collection of reusable interface elements and a responsive web framework designed to enforce a consistent visual language and layout across digital products. The project focuses on enterprise design systems and responsive web design, offering tools that automatically adapt user interfaces to fit various screen sizes and devices. It incorporates accessible interface design to ensure components follow standards for users with disabilities. The library utilizes a theme-based design token system and a compos

    Implements a centralized breakpoint registry to manage layout shifts across different viewport dimensions.

    TypeScriptcomponent-librarydesign-systemsreact
    Auf GitHub ansehen↗8,989
  • gridstack/gridstack.jsAvatar von gridstack

    gridstack/gridstack.js

    8,972Auf GitHub ansehen↗

    gridstack.js is a JavaScript grid layout library and responsive dashboard framework used to create interactive interfaces with draggable and resizable elements. It functions as a drag-and-drop layout manager and a JSON-serializable layout engine, allowing user-defined interface states to be persisted and restored. The library distinguishes itself through a touch-enabled grid interface and a responsive system that automatically adjusts item placement based on screen breakpoints. It features a collision-based layout engine that manages overlapping coordinates to shift or swap elements, alongsid

    Provides automatic adjustment of column counts and item placement based on predefined viewport breakpoints.

    TypeScriptangulardashboardgrid
    Auf GitHub ansehen↗8,972
  • agefanscom/websiteAvatar von agefanscom

    agefanscom/website

    8,711Auf GitHub ansehen↗

    This project is a community resource portal that serves as a central hub for accessing official domain lists, mobile application downloads, and support forums. It functions as an official link directory and information gateway to ensure users can find current services and official communications. The site provides an official link directory to help users locate active domain names when URLs change. It also acts as a distribution point for official Android and iOS application clients via direct download links and provides a gateway to official social boards and forums for technical troubleshoo

    Uses CSS breakpoints to automatically adjust the visual structure based on the user's screen dimensions.

    ageagedmagefans
    Auf GitHub ansehen↗8,711
Vorherige123Nächste
  1. Home
  2. User Interface & Experience
  3. Responsive Breakpoints

Unter-Tags erkunden

  • Breakpoint Asset SelectionThe logic of choosing a specific image file from a set of available assets based on a defined breakpoint. **Distinct from Responsive Breakpoints:** Distinct from Responsive Breakpoints which covers layout mapping; this specifically targets the selection of the asset file.
  • Breakpoint State CachingCaches layout configurations specific to different column counts to preserve state across viewports. **Distinct from Responsive Breakpoints:** Caches the specific layout state per breakpoint, unlike general responsive mapping or session caching.
  • Build Configuration DetectionsScans running dev servers and Tailwind breakpoints during build commands to produce responsive skeleton data. **Distinct from Responsive Breakpoints:** Distinct from Responsive Breakpoints: focuses on auto-detecting breakpoints for skeleton generation, not general media query mappings.
  • Fallback ResolutionsMechanisms for selecting the best available layout value when a specific breakpoint lacks an explicit definition. **Distinct from Responsive Breakpoints:** Focuses on the fallback logic when a definition is missing, rather than the general mapping of breakpoints.
  • Responsive Array SyntaxAccepts arrays as prop values to define styles across multiple breakpoints without media query boilerplate. **Distinct from Responsive Breakpoints:** Distinct from Responsive Breakpoints: focuses on the array-based syntax for defining breakpoint values, not the general concept of responsive breakpoints.
  • Runtime AdaptationsUses ResizeObserver at runtime to display the best-matching skeleton placeholder for the current viewport. **Distinct from Responsive Breakpoints:** Distinct from Responsive Breakpoints: focuses on runtime adaptation via ResizeObserver, not static media query mappings.
  • Testing ToolsUtilities for verifying layout consistency and rendering accuracy across different device breakpoints. **Distinct from Responsive Breakpoints:** Distinct from Responsive Breakpoints: focuses on the active testing and verification of layouts rather than the static definition of media queries.
  • Viewport Threshold TrackingDynamic monitoring of window dimensions to map current width to specific responsive labels. **Distinct from Responsive Breakpoints:** Focuses on the runtime tracking and label returning of thresholds, rather than the static mapping of breakpoints.