awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Styling Systems · Awesome GitHub Repositories

8 repos

Awesome GitHub RepositoriesStyling Systems

Comprehensive frameworks for defining, scoping, and extracting component styles to ensure consistent visual appearance.

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

  1. Home
  2. User Interface & Experience
  3. Styling and Theming Systems
  4. Content Styling
  5. Styling Architectures
  6. Styling Systems

Awesome Styling Systems GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • facebook/react

    facebook/react

    243,179GitHubView on GitHub↗

    React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.

    JavaScriptjavascriptuifrontend
  • facebook/react-native

    facebook/react-native

    125,418GitHubView on GitHub↗

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives.

    C++androidapp-frameworkcross-platform
  • mui/material-ui

    mui/material-ui

    97,927GitHubView on 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 appl

    JavaScriptdesign-systemmaterial-designmaterial-ui
  • ant-design/ant-design

    ant-design/ant-design

    97,624GitHubView on 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 vi

    TypeScriptant-designantddesign-systems
  • sveltejs/svelte

    sveltejs/svelte

    85,874GitHubView on GitHub↗

    Svelte is a compile-time user interface framework that transforms declarative component syntax into highly optimized, imperative JavaScript code during the build process. By shifting reconciliation logic from the browser to the build step, it functions as a zero-runtime library that eliminates the need for a heavy fram

    JavaScriptcompilertemplateui
  • nuxt/nuxt

    nuxt/nuxt

    59,659GitHubView on GitHub↗

    Nuxt is a universal web framework designed for building full-stack applications that seamlessly transition between server-side rendering and client-side interactivity. It provides a comprehensive development environment that automates routing, dependency injection, and type generation, allowing developers to focus on a

    TypeScriptcsrframeworkfull-stack
  • Textualize/rich

    Textualize/rich

    55,540GitHubView on GitHub↗

    Rich is a comprehensive library for building sophisticated command-line interfaces and terminal applications. It provides a robust console formatting engine and a layout framework that enables developers to render rich text, syntax-highlighted code, and complex data structures directly in the terminal. By utilizing a r

    Pythonansi-colorsemojimarkdown
  • google/material-design-icons

    google/material-design-icons

    52,899GitHubView on GitHub↗

    This project provides a comprehensive collection of standardized vector symbols designed to maintain a unified visual language across mobile and web-based user interfaces. It serves as a cross-platform resource for developers and designers to implement a consistent iconographic identity within digital products. The li

    androidiconsios

Explore sub-tags

  • CSS Class-Based StylingSystems that use semantic class names to toggle visual themes and style variants.
  • CSS Scoping EnginesBuild-time tools that isolate component styles by injecting unique identifiers into CSS selectors.
  • Component Style OverridesAPIs for injecting custom styles into specific component instances.
  • Component Styling Hooks
3 sub-tags
Granular CSS class hooks provided by components for deep style customization.
  • Declarative Styling EnginesSystems that map CSS-like rules to native layout engines for cross-platform consistency.
  • Inline Style ComponentsComponents that encapsulate and inject CSS stylesheets directly into the document head with automatic de-duplication and precedence management.
  • Static Style ExtractionTechniques for pre-rendering component styles into static CSS files during server-side rendering to optimize load performance.
  • Style Object ManagersSystems for programmatically constructing, merging, and applying reusable style configurations.
  • Stylesheet InliningAutomatic injection of CSS directly into the HTML document to improve initial load performance.