awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

123 dépôts

Awesome GitHub RepositoriesCSS Layout Systems

Systems that define the spatial arrangement and alignment of elements on a page using CSS-based rules.

Explore 123 awesome GitHub repositories matching user interface & experience · CSS Layout Systems. Refine with filters or upvote what's useful.

Awesome CSS Layout Systems GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • flutter/flutterAvatar de flutter

    flutter/flutter

    177,056Voir sur GitHub↗

    This project is a multi-platform UI framework designed for building applications that target mobile, web, and desktop environments from a single codebase. It utilizes a declarative paradigm where the user interface is defined as a function of application state, supported by a layered architecture that includes a high-performance rendering engine and a multi-platform compilation model. The framework provides a comprehensive suite of developer tools, including hot reloading for real-time code injection and diagnostic utilities for monitoring application state and performance. It features a modu

    Enforces a layout model where parent components pass down specific size constraints, requiring children to determine their dimensions within those bounds.

    Dartandroidapp-frameworkcross-platform
    Voir sur GitHub↗177,056
  • twbs/bootstrapAvatar de twbs

    twbs/bootstrap

    174,380Voir sur GitHub↗

    Bootstrap is a comprehensive, mobile-first CSS framework designed for building responsive web interfaces. It provides a standardized library of reusable UI components, such as navigation bars, modals, and forms, alongside a robust grid system that ensures consistent layout alignment across diverse viewport sizes. By establishing a baseline through browser normalization and standardized typography, the project enables developers to create accessible, cross-browser compatible web applications. The framework distinguishes itself through a modular Sass-based architecture that allows for deep cust

    Implements a responsive layout engine that leverages flexbox containers and columns for precise alignment across viewports.

    MDXbootstrapcsscss-framework
    Voir sur GitHub↗174,380
  • ant-design/ant-designAvatar de ant-design

    ant-design/ant-design

    98,362Voir sur GitHub↗

    Ant Design is an enterprise-grade component library and design system framework built for developing complex, data-heavy web applications. It provides a comprehensive collection of pre-built, state-driven interface elements that map data properties to rendered components, ensuring consistent interaction patterns and visual language across large-scale projects. The library distinguishes itself through a robust styling architecture that utilizes design tokens and hierarchical configuration providers to propagate global settings like themes, locale, and layout direction. By employing component-l

    Provides responsive layout utilities for defining precise column configurations and gutter spacing within complex interface designs.

    TypeScriptant-designantddesign-systems
    Voir sur GitHub↗98,362
  • tailwindlabs/tailwindcssAvatar de tailwindlabs

    tailwindlabs/tailwindcss

    95,592Voir sur GitHub↗

    Utility-first CSS framework for fast, design-system-friendly styling.

    Handles complex layout requirements by providing utilities for grid auto-flow, column spanning, and template structures.

    TypeScriptcssframeworkutility
    Voir sur GitHub↗95,592
  • willmcgugan/textualAvatar de willmcgugan

    willmcgugan/textual

    36,292Voir sur GitHub↗

    Textual is a Python TUI framework and asynchronous UI library used to build interactive text user interfaces. It provides a component-based architecture for creating cross-platform applications that run in both terminal and web browser environments. The framework distinguishes itself by utilizing a CSS-based layout engine to apply visual styles to widgets and a command palette interface for discovering and executing application functions. It also supports hosting terminal-based interfaces on the web to enable remote access via a standard browser. The toolkit covers a broad range of capabilit

    Uses a CSS-based layout engine to calculate element positions and sizes for terminal widgets.

    Python
    Voir sur GitHub↗36,292
  • foundation/foundation-sitesAvatar de foundation

    foundation/foundation-sites

    29,778Voir sur GitHub↗

    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

    Implements a responsive grid layout system for flexible content arrangement across various screen dimensions.

    HTML
    Voir sur GitHub↗29,778
  • postcss/postcssAvatar de postcss

    postcss/postcss

    28,968Voir sur GitHub↗

    PostCSS is a CSS post-processor and abstract syntax tree transformation tool that parses stylesheets into a structured tree for programmatic analysis and modification. It functions as a plugin-driven pipeline where JavaScript plugins can modify, insert, or delete nodes to transform styles. The project provides a framework for building a custom plugin ecosystem to extend the CSS language with non-standard features such as loops, conditionals, and shorthand properties. It supports multi-syntax parsing through pluggable parsers and stringifiers, allowing it to process various style formats and c

    Generates layout grids using fluid, semantic, or coordinate-based definitions to structure page content.

    TypeScriptastcssframework
    Voir sur GitHub↗28,968
  • github/copilot-docsAvatar de github

    github/copilot-docs

    23,226Voir sur GitHub↗

    This project is a documentation site for an AI coding assistant, providing technical guides and reference materials for writing and implementing software code. It is built as a markdown-based static site that delivers pre-rendered HTML for fast loading and simplified content authoring. The platform functions as a version-controlled documentation site, using a git repository to track content revisions and manage historical archives. It includes a client-side search index that loads a pre-computed JSON file into the browser to provide instant full-text search results. The content covers AI pai

    Employs a CSS grid-based layout system to ensure the user interface adapts to various screen sizes.

    Voir sur GitHub↗23,226
  • slint-ui/slintAvatar de slint-ui

    slint-ui/slint

    22,987Voir sur GitHub↗

    Slint is a declarative user interface framework designed for building native graphical applications across desktop, mobile, and embedded platforms. It utilizes a specialized markup language to define reactive interface components, which are then compiled into optimized machine code to ensure high performance and minimal resource consumption. By separating visual structure from application logic, the framework enables developers to create consistent interfaces that run efficiently on hardware ranging from resource-constrained microcontrollers to high-end desktop systems. The framework distingu

    Organizes components using constraint-based layout engines that dynamically calculate positions and sizes.

    Rustcppdeclarative-uidesktop
    Voir sur GitHub↗22,987
  • geekyants/nativebaseAvatar de GeekyAnts

    GeekyAnts/NativeBase

    20,389Voir sur GitHub↗

    NativeBase is a comprehensive toolkit of accessible components and responsive design frameworks used to build consistent mobile and web applications. It provides a cross-platform UI component library and a React Native component framework that enable the creation of layouts across Android, iOS, and the web from a single codebase. The system is distinguished by a responsive design system that automatically adjusts layouts and global themes to fit different screen sizes and color modes. It utilizes a utility-based styling approach, allowing developers to apply visual styles directly through com

    Implements layout models where component dimensions are determined by parent-provided constraints.

    TypeScript
    Voir sur GitHub↗20,389
  • xiaoxian521/vue-pure-adminAvatar de xiaoxian521

    xiaoxian521/vue-pure-admin

    20,341Voir sur GitHub↗

    Vue-pure-admin is a Vue 3 admin dashboard template and frontend boilerplate designed for developing backend management tools. It functions as a TypeScript web application scaffold that integrates Vite for the build pipeline and Element Plus for the UI framework. The project provides a responsive admin interface that adapts to both desktop and mobile screens. It is structured as an enterprise frontend architecture to support the creation of scalable professional web applications. The system includes capabilities for bootstrapping backend management systems, optimizing bundle sizes, and deploy

    Implements a responsive grid system that automatically adjusts the interface layout based on screen size.

    Vue
    Voir sur GitHub↗20,341
  • dhg/skeletonAvatar de dhg

    dhg/Skeleton

    19,410Voir sur GitHub↗

    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

    Ships a fluid 12-column grid layout system using percentage-based widths.

    CSS
    Voir sur GitHub↗19,410
  • less/less.jsAvatar de less

    less/less.js

    17,031Voir sur GitHub↗

    Less.js is a CSS preprocessor and compilation engine that transforms a dynamic stylesheet language into standard CSS for web browser rendering. It functions as a tool to compile extended styling syntax, providing variables, mixins, and functions to create maintainable stylesheets. The project includes a source map generator that creates mapping files to link compiled CSS output back to the original source code for debugging. It allows for the integration of custom plugins and functions to automate the generation of final stylesheets within a build process. The engine supports the compilation

    Implements responsive designs using modern CSS features like container queries and layer rules.

    JavaScript
    Voir sur GitHub↗17,031
  • picocss/picoAvatar de picocss

    picocss/pico

    16,342Voir sur GitHub↗

    Pico is a lightweight, classless CSS framework designed to provide consistent, accessible, and responsive visual defaults for web interfaces. By prioritizing semantic HTML tags, it allows developers to build clean, structured pages without the need for complex class names or heavy dependencies. The framework functions as a comprehensive design system that automatically applies styling to standard elements, ensuring that typography, spacing, and layout remain cohesive across different screen sizes. The framework distinguishes itself through a modular, variable-driven architecture that emphasiz

    Centers content or expands it to full width using responsive breakpoints.

    CSScsscss-frameworkdark-mode
    Voir sur GitHub↗16,342
  • twbs/ratchetAvatar de twbs

    twbs/ratchet

    14,675Voir sur GitHub↗

    Ratchet is a web-based mobile UI framework and component-based library designed to create responsive mobile application interfaces. It provides a CSS mobile layout system that allows for the development of application frontends using standard web technologies. The framework focuses on mobile app interface design and rapid prototyping, utilizing pre-styled visual elements to ensure consistent styling across various screen sizes and resolutions. The system employs a CSS-only approach to define interactive states and layouts, incorporating a grid-based responsive layout and utility-first styles

    Implements a CSS-based layout system to define the spatial arrangement and alignment of mobile elements.

    CSScsshtmljavascript
    Voir sur GitHub↗14,675
  • bootstrap-vue/bootstrap-vueAvatar de bootstrap-vue

    bootstrap-vue/bootstrap-vue

    14,450Voir sur GitHub↗

    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

    Provides a comprehensive grid layout system using containers, rows, and columns.

    JavaScripta11yaccessibilityaccessible
    Voir sur GitHub↗14,450
  • rstacruz/cheatsheetsAvatar de rstacruz

    rstacruz/cheatsheets

    14,429Voir sur GitHub↗

    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

    Offers a comprehensive technical reference for implementing responsive multi-column layouts using CSS Grid.

    SCSS
    Voir sur GitHub↗14,429
  • facebookarchive/asyncdisplaykitAvatar de facebookarchive

    facebookarchive/AsyncDisplayKit

    13,345Voir sur GitHub↗

    AsyncDisplayKit is an asynchronous UI framework and performance library for iOS. It provides a collection of performant alternatives to standard views, allowing developers to build responsive interfaces by offloading layout and rendering tasks to background threads. The framework is centered around a declarative layout engine based on a flexbox model, which calculates element positions and sizes asynchronously. It utilizes a node-based abstraction to wrap native views, enabling the instantiation and configuration of UI hierarchies on background threads to prevent main thread blocking. The sy

    Provides automatic determination of list item heights based on content constraints to eliminate manual calculations.

    Objective-C++
    Voir sur GitHub↗13,345
  • mdbootstrap/tw-elementsAvatar de mdbootstrap

    mdbootstrap/TW-Elements

    13,143Voir sur GitHub↗

    TW-Elements is a Tailwind CSS component library and responsive UI kit providing a collection of pre-styled elements and templates. It functions as an interactive web element set and a customizable theme system for building website interfaces and landing pages. The project enables rapid frontend prototyping through a library of functional interface pieces, including modals, navigation bars, and forms. It provides a set of design blocks and sections specifically for creating mobile-first layouts. The library covers responsive web design and Tailwind CSS UI development. This includes the implem

    Provides a flexible system of column-based utility classes to create adaptive layouts across different screen sizes.

    JavaScriptcssdashboard-templatesdesign-systems
    Voir sur GitHub↗13,143
  • gnab/remarkAvatar de gnab

    gnab/remark

    12,995Voir sur GitHub↗

    This project is a Markdown-driven presentation engine that transforms Markdown text into structured, web-based slideshows. It functions as a browser-based presentation tool that renders content with automatic scaling to maintain consistent layouts across different screen resolutions. The framework allows for custom visual layouts and global styles through the use of Markdown templates and CSS. It includes a dedicated presenter view interface that provides formatted speaker notes to keep the presenter synchronized with the audience. The system covers the end-to-end workflow of slide deck crea

    Uses CSS-based rules to define the spatial arrangement and alignment of presentation slides.

    JavaScripthtmljavascriptmarkdown
    Voir sur GitHub↗12,995
Préc.123456…7Suivant
  1. Home
  2. User Interface & Experience
  3. Styling and Theming Systems
  4. CSS Layout Systems

Explorer les sous-tags

  • Animated Grid LayoutsGrid systems that support animated changes to cell dimensions and positions. **Distinct from Grid Layout Systems:** Focuses on the animation of the grid structure rather than static CSS grid definitions.
  • Constraint Based Layouts5 sous-tagsLayout models where components determine size based on parent-provided constraints.
  • Flexbox-Based Grid SystemsResponsive layout engines utilizing flexbox for alignment.
  • Grid Layout Systems5 sous-tagsCSS systems providing utilities for defining responsive grid structures, column configurations, and spacing within interface layouts.
  • Print-Inspired Layout SystemsCSS toolkits that produce serif-based typography, off-white backgrounds, and minimal color for book-like web article layouts. **Distinct from CSS Layout Systems:** Distinct from CSS Layout Systems: focuses on a specific print-inspired aesthetic (serif fonts, off-white backgrounds, minimal color) rather than general CSS spatial arrangement.