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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

138 repositorios

Awesome GitHub RepositoriesCSS Utility Libraries

Atomic CSS frameworks and helper collections that provide granular, class-based control over visual properties.

Explore 138 awesome GitHub repositories matching user interface & experience · CSS Utility Libraries. Refine with filters or upvote what's useful.

Awesome CSS Utility Libraries GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • twbs/bootstrapAvatar de twbs

    twbs/bootstrap

    174,380Ver en 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

    Exposes a vast library of single-property classes for rapid styling directly within HTML markup.

    MDXbootstrapcsscss-framework
    Ver en GitHub↗174,380
  • ant-design/ant-designAvatar de ant-design

    ant-design/ant-design

    98,362Ver en 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

    Style transformers automatically convert pixel-based CSS units to rem units to assist in creating responsive layouts.

    TypeScriptant-designantddesign-systems
    Ver en GitHub↗98,362
  • mui/material-uiAvatar de mui

    mui/material-ui

    98,459Ver en GitHub↗

    Material UI is a comprehensive component-based library designed to accelerate the construction of professional, accessible web interfaces. It provides a centralized design system framework that manages visual tokens, typography, and color palettes to ensure consistent branding and layout constraints across complex application architectures. By encapsulating behavioral and accessibility logic within modular primitives, the library enables developers to build inclusive user experiences that adhere to rigorous design standards. The project distinguishes itself through a zero-runtime styling engi

    Applies baseline resets and normalization to HTML elements globally to manage styling overrides.

    JavaScriptdesign-systemmaterial-designmaterial-ui
    Ver en GitHub↗98,459
  • tailwindlabs/tailwindcssAvatar de tailwindlabs

    tailwindlabs/tailwindcss

    95,592Ver en GitHub↗

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

    Injects utility classes into arbitrary CSS selectors to reduce code duplication and enforce design consistency.

    TypeScriptcssframeworkutility
    Ver en GitHub↗95,592
  • animate-css/animate.cssAvatar de animate-css

    animate-css/animate.css

    82,609Ver en GitHub↗

    Animate.css is a library of pre-defined, cross-browser CSS keyframe animations that can be applied to elements through declarative class toggling. It functions as a comprehensive motion framework, providing a standardized set of effects that ensure consistent visual transitions without requiring custom keyframe definitions. The library is built with a focus on accessibility, automatically respecting system-level reduced motion preferences to ensure that animations are disabled or simplified for users sensitive to screen movement. The framework distinguishes itself through a modular build proc

    Exposes animation parameters through CSS custom properties, enabling developers to dynamically adjust timing and behavior at runtime.

    CSSanimationcsscss-animations
    Ver en GitHub↗82,609
  • necolas/normalize.cssAvatar de necolas

    necolas/normalize.css

    53,540Ver en GitHub↗

    Normalize.css is a CSS reset library and browser style normalizer. It provides a collection of baseline styles designed to ensure a consistent visual appearance of HTML elements across all modern web browsers. The project functions as a cross-browser consistency layer that corrects common default rendering bugs and eliminates inconsistencies in user-agent stylesheets. It establishes a uniform visual baseline by overriding default browser rendering behaviors and mitigating vendor-specific errors. This stylesheet standardizes browser rendering to prevent unexpected layout bugs and ensures that

    Applies baseline resets and global style overrides across the entire document to prevent visual regressions.

    CSScsscss-resetnormalize-css
    Ver en GitHub↗53,540
  • streamich/react-useAvatar de streamich

    streamich/react-use

    43,974Ver en GitHub↗

    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 the state of CSS media queries in real-time.

    TypeScript
    Ver en GitHub↗43,974
  • mckaywrigley/chatbot-uiAvatar de mckaywrigley

    mckaywrigley/chatbot-ui

    33,269Ver en GitHub↗

    Chatbot-ui is a self-hosted AI dashboard and LLM chat interface that serves as a centralized hub for interacting with multiple artificial intelligence providers. It functions as a multi-provider AI client and model orchestrator, allowing users to send prompts and receive responses from various large language models through a unified conversational interface. The project enables multi-model AI chat within a single workspace, allowing for the comparison of outputs and capabilities across different backends. It provides a private frontend for AI workspace management, where users can organize cha

    Employs CSS utility libraries for consistent and responsive layout styling.

    TypeScript
    Ver en GitHub↗33,269
  • filamentphp/filamentAvatar de filamentphp

    filamentphp/filament

    31,215Ver en GitHub↗

    Filament is a full-stack framework for building administrative panels and management interfaces within the Laravel ecosystem. It provides a declarative, component-based architecture that allows developers to construct complex, data-driven applications using server-side configuration objects rather than manual HTML. By inspecting database model structures and relationships, the framework automates the generation of CRUD interfaces, forms, and data tables, significantly reducing boilerplate code. The project distinguishes itself through a highly modular and extensible design that supports custo

    Exposes backend-defined values as CSS variables accessible within stylesheets throughout the application.

    PHPadminalpine-jsbuilder
    Ver en GitHub↗31,215
  • allthingssmitty/css-protipsAvatar de AllThingsSmitty

    AllThingsSmitty/css-protips

    30,114Ver en GitHub↗

    This project is a curated knowledge base and technical reference for professional web styling. It serves as a comprehensive guide to modern CSS best practices, focusing on techniques that leverage native browser capabilities to create efficient, maintainable, and scalable stylesheets. The collection emphasizes the use of declarative style logic and modern layout engines to replace brittle, imperative approaches. By prioritizing native pseudo-class state management, logical property mapping, and relative unit scaling, the guide demonstrates how to build responsive interfaces that remain consis

    Applies baseline resets and global style overrides to ensure a predictable foundation for layout development.

    awesomeawesome-listcss
    Ver en GitHub↗30,114
  • ianlunn/hoverAvatar de IanLunn

    IanLunn/Hover

    29,393Ver en GitHub↗

    Hover is a collection of pre-defined CSS3 animations and reusable stylesheets for links, buttons, and images. It serves as a web UI animation kit and a library of styles written in CSS, Sass, and LESS to provide visual feedback when a user hovers over an element. The library includes specialized interactive effects that simulate tactile behaviors, such as page curls and the rendering of speech bubbles. It also provides a set of animation primitives to manipulate backgrounds, borders, shadows, and glow effects to simulate depth and elevation. The project covers a wide range of element motion

    Uses CSS pseudo-elements to create decorative overlays and glows without modifying the HTML structure.

    SCSScsscss-effectssass
    Ver en GitHub↗29,393
  • greensock/gsapAvatar de greensock

    greensock/GSAP

    23,877Ver en GitHub↗

    GSAP is a comprehensive JavaScript animation library designed for orchestrating complex motion sequences and interactive user interfaces. It provides a robust property-interpolation engine that calculates intermediate values for CSS styles, attributes, and numeric properties, enabling smooth visual transitions across web elements. The framework is built on a core architecture that manages animation lifecycles, timeline-based sequence orchestration, and virtual property interception to ensure precise control over motion. The library distinguishes itself through a modular, plugin-based extensib

    Modifies CSS style sheet rules directly to update all elements sharing a selector or to target pseudo-elements.

    JavaScriptanimationgsapjavascript
    Ver en GitHub↗23,877
  • livewire/livewireAvatar de livewire

    livewire/livewire

    23,448Ver en GitHub↗

    Livewire is a full-stack framework for PHP that enables the development of reactive, dynamic user interfaces using server-side classes and templates. By bridging the gap between server-side logic and client-side DOM updates, it allows developers to build interactive web applications without writing custom JavaScript. The framework operates as a component-based library, where modular units encapsulate interface logic, state, and event handling directly on the server. The framework distinguishes itself through a reactive architecture that automatically synchronizes state between the browser and

    Injects global CSS rules that persist across the entire application.

    PHP
    Ver en GitHub↗23,448
  • wagtail/wagtailAvatar de wagtail

    wagtail/wagtail

    20,366Ver en GitHub↗

    Wagtail is an open-source content management system built on the Django web framework. It provides a structured, tree-based approach to content modeling, allowing developers to define custom page types and reusable content components that are managed through a highly customizable administrative interface. The platform distinguishes itself through its flexible, block-based content composition system, which enables editors to assemble complex page layouts dynamically. It also offers robust support for multi-site and multi-lingual environments, allowing organizations to manage distinct websites

    Applies CSS background positioning based on defined focal points to ensure images display correctly.

    Pythoncmsdjangohacktoberfest
    Ver en GitHub↗20,366
  • dhg/skeletonAvatar de dhg

    dhg/Skeleton

    19,410Ver en 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

    Uses a mobile-first approach with minimum-width media queries to progressively enhance layouts for larger screens.

    CSS
    Ver en GitHub↗19,410
  • unocss/unocssAvatar de unocss

    unocss/unocss

    18,854Ver en GitHub↗

    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

    Increases utility specificity by applying important flags or prepending parent selectors to ensure styles override existing CSS rules.

    TypeScriptatomic-cssengineunocss
    Ver en GitHub↗18,854
  • emotion-js/emotionAvatar de emotion-js

    emotion-js/emotion

    18,017Ver en GitHub↗

    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

    Supports global style injection for resets, font faces, and base styles across the document.

    JavaScriptbabel-plugincsscss-in-js
    Ver en GitHub↗18,017
  • flutter-team-archive/pluginsAvatar de flutter-team-archive

    flutter-team-archive/plugins

    17,710Ver en GitHub↗

    This project is a collection of official plugin packages and a native integration library designed to provide a consistent interface for accessing hardware and software functionality across different mobile and desktop platforms. It serves as a native platform bridge, enabling cross-platform applications to invoke native code and manage operating system dependencies. The project utilizes a federated plugin architecture, splitting plugins into common interfaces and separate platform implementations to allow for independent development and extension. It further supports native integration throu

    Configures a central theme instance to set consistent colors and typography across the entire application.

    Dartandroiddartflutter
    Ver en GitHub↗17,710
  • nfl/react-helmetAvatar de nfl

    nfl/react-helmet

    17,475Ver en GitHub↗

    This project is a document head manager for React applications, providing a system to manage the HTML head section, SEO metadata, and page titles from within a component tree. It includes a page title formatter and a mechanism for extracting head data on the server to generate static HTML for crawlers. The manager resolves conflicting head tags by prioritizing definitions from the most deeply nested components. It also supports title templating to maintain consistent naming across nested routes and allows for the assignment of attributes to the HTML and body tags to modify global page behavio

    Assigns attributes to the HTML and body tags to modify global page behavior or styling.

    JavaScript
    Ver en GitHub↗17,475
  • emilwallner/screenshot-to-codeAvatar de emilwallner

    emilwallner/Screenshot-to-code

    16,485Ver en GitHub↗

    Screenshot-to-code is an AI visual frontend generator that translates images, design mockups, and screenshots into structured HTML, CSS, and Tailwind markup. It functions as a design-to-code converter that uses large language models and neural networks to transform visual elements into functional web page layouts. The tool automates the frontend design process by converting static mockups into website code, facilitating rapid UI prototyping and the generation of static website structures. It bridges the gap between visual design assets and frontend development by translating image-based layou

    Combines generated utility classes with predefined CSS frameworks to maintain consistent layout styles.

    HTMLcnncnn-kerasdeep-learning
    Ver en GitHub↗16,485
Ant.123456…7Siguiente
  1. Home
  2. User Interface & Experience
  3. Styling and Theming Systems
  4. Content Styling
  5. CSS Utility Libraries

Explorar subetiquetas

  • CSS Toolkits1 sub-etiquetaCollections of single-property classes used to construct complex layouts and visual designs.
  • CSS Utilities14 sub-etiquetasHelper classes and functions for adjusting layout, text, and style properties to reduce code duplication.
  • Editor Visualization ToolsIDE extensions that provide real-time visual feedback and documentation for utility-based styling. **Distinct from CSS Utility Libraries:** Distinct from CSS Utility Libraries: focuses on the developer-facing IDE tooling for visualizing utilities, not the utilities themselves.
  • Visual Styling Utilities1 sub-etiquetaUtilities for controlling visual properties such as background image behavior and viewport positioning.