11 Repos
Systems for applying different style values based on screen width breakpoints using array-based properties.
Distinct from Constraint Based Layouts: Focuses on the mapping of array values to responsive breakpoints, whereas Constraint Based Layouts is the broader model of parent-provided constraints.
Explore 11 awesome GitHub repositories matching user interface & experience · Responsive Breakpoint Mapping. Refine with filters or upvote what's useful.
NativeWind is a utility-first CSS framework that integrates Tailwind CSS design patterns into React Native applications. It functions as a cross-platform styling system and style mapper that translates CSS-based utility classes into native style objects compatible with mobile platforms. The framework provides a responsive UI engine that implements breakpoints, dark mode management, and platform-specific modifiers. It allows for the definition of custom themes including global colors, fonts, and spacing values to maintain a consistent visual identity across different devices. The system cover
Implements a system for applying different style values based on screen width breakpoints using utility classes.
Rebass is a React design system library that provides a collection of theme-driven, responsive UI primitives. It functions as a theme-based layout engine, using a set of stateless components to standardize spacing, typography, and colors across a user interface. The library distinguishes itself by mapping style properties to a central design theme through a styled-system approach. This allows for responsive style mapping where components automatically adapt their appearance based on screen size and provides the ability to swap underlying HTML elements while preserving styling logic to maintai
Implements responsive style mapping using array-based props to automatically adapt components based on screen size breakpoints.
Styled System is a JavaScript library that provides a style props approach for building UI components, enabling developers to map CSS properties directly to component props for rapid, declarative development. At its core, it resolves design tokens from a centralized theme object into CSS values, ensuring consistent styling across components without writing custom stylesheets. The library supports theme-aware styling that connects component styles to a theme object for scalable, maintainable design systems with dynamic value resolution. The library differentiates itself through several capabil
Builds responsive layouts by applying spacing, sizing, and typography style props across breakpoints.
styled-system is a prop-based styling library and CSS-in-JS theme system. It functions as a design token orchestrator that maps component properties to a central theme, allowing developers to change element appearances by passing style properties directly to components instead of writing separate stylesheets. The library features a responsive style prop engine that enables the creation of fluid layouts. This is achieved by using shorthand arrays to adjust styles across different screen breakpoints, ensuring visual arrangements adapt to various screen sizes. The system covers a wide range of
Implements array-based mapping of style values to specific screen width breakpoints for responsive design.
Rellax is a dependency-free vanilla JavaScript library and frontend utility used to create parallax web design effects. It functions as a scroll-based animation tool that moves page elements at different speeds to produce a sense of depth and layered motion. The library supports both vertical and horizontal parallax tracking for panoramic layouts and allows for motion speed control. It includes breakpoint-aware speed mapping to adjust movement based on screen width and provides viewport centering to position elements relative to the center of the screen. Beyond basic motion, the tool manages
Provides the ability to map different parallax movement speeds to specific screen width breakpoints for responsive design.
Theme-ui ist ein React-Theme-Framework und CSS-in-JS-Utility für den Aufbau themenfähiger Benutzeroberflächen. Es fungiert als Design-System-Tool, das zentralisierte, einschränkungsbasierte Skalen für Farben, Typografie und Abstände festlegt, um visuelle Konsistenz über Anwendungen hinweg zu gewährleisten. Das Framework zeichnet sich durch eine Array-basierte responsive Kurzschreibweise für Mobile-First-Layouts und einen dedizierten Color-Mode-Manager aus, der mit Browsereinstellungen synchronisiert wird und Benutzerauswahlen beibehält. Es bietet zudem ein System zur Erstellung benannter Style-Varianten, um das Komponenten-Erscheinungsbild über Eigenschaften zu steuern, und bietet Synchronisationsfunktionen, um Theme-Konfigurationen in Figma-Styles zu übersetzen. Das Projekt deckt eine breite Palette an Styling-Funktionen ab, einschließlich globaler CSS-Injektion für Element-Resets, verschachtelter Theme-Overrides via Context und ein Deep-Merge-Konfigurationssystem zur Erweiterung von Design-Presets. Es enthält zudem eine Reihe themenfähiger Layout-Komponenten, wie responsive Grids und standardisierte Formulareingaben. Ein dediziertes Plugin ist für die Integration des Design-Systems in Gatsby-Sites verfügbar.
Maps array-based style values to screen width breakpoints for responsive design.
tailwind-rn ist ein Utility-First-Mobile-UI-Kit und Integrations-Framework, das die Verwendung von Tailwind-CSS-Utility-Klassen zum Stylen von React-Native-Komponenten ermöglicht. Es fungiert als responsive Mobile-Styling-Engine, die CSS-Stildefinitionen in JSON-Objekte transformiert, die mit nativem Mobile-View-Styling kompatibel sind. Das Projekt bietet einen CSS-zu-JSON-Stilkonverter und eine responsive Engine, die Stile basierend auf Screen-Breakpoints, Dark-Mode-Einstellungen und Viewport-Ausrichtung anpasst. Dies ermöglicht die Implementierung von mobilem responsivem Design und zustandsbasiertem Styling, ohne manuelle Stylesheets schreiben zu müssen. Das Framework deckt breitere Funktionen ab, einschließlich benutzerdefiniertem Theme-Management für Farben und Abstände, plattformübergreifendem UI-Styling für visuelle Einheitlichkeit und einem provider-basierten System zur Verteilung von Theme-Konfigurationen über einen Komponentenbaum hinweg.
Implements a system that maps style values to specific screen width breakpoints for responsive mobile layouts.
rich-cli is a terminal rich text renderer and data visualizer that transforms raw text and structured data into styled console output. It functions as a command line markup processor, converting Markdown and custom markup into formatted text with clickable links and colors. The tool specializes in terminal content rendering for various formats, including syntax-highlighted source code, JSON data with consistent indentation, and CSV tables. It also supports the rendering of Jupyter notebooks and provides a terminal content pager for navigating long files and remote content via a scrollable int
Applies specific style classes based on screen width breakpoints to adapt the TUI interface.
This project is a Sass CSS framework boilerplate and design system template. It provides a structured project starter for organizing styles using a modular architecture that separates global defaults and components to maintain a scalable stylesheet layout. The framework includes a responsive layout system that manages screen widths via mapping functions to ensure consistent behavior across different device sizes. It utilizes reusable style rules, dynamic loops, and conditional styling logic to automate the generation of repetitive CSS rules. The system covers stylesheet segmentation through
Implements a mapping system to retrieve screen widths for consistent responsive layout behavior.
xstyled is a utility-first CSS-in-JS framework designed for the React ecosystem. It functions as a styling library that enables developers to manage component styles and responsive layouts by mapping design system tokens directly to component properties. The framework distinguishes itself by providing a centralized theme management system that propagates design tokens, such as colors and spacing, throughout the component tree. It includes a responsive layout generator that automatically calculates media query breakpoints based on viewport width, allowing for the creation of fluid grid structu
Maps array-based property values to responsive breakpoints for fluid layout adaptation.
Atomic Layout is a declarative framework for building responsive user interfaces in React. It functions as a layout engine that abstracts complex grid structures into reusable components, allowing for the creation of hierarchical spatial distributions without the need for manual media queries. The library distinguishes itself by mapping visual layout regions to component structures through dynamic grid-template-area generation. It utilizes a property-based system where components accept specific suffixes to automatically trigger responsive style adjustments based on viewport width. By employi
Provides responsive style adjustments by parsing component props with specific breakpoint-aware suffixes.