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

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

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

5 Repos

Awesome GitHub RepositoriesSelective Component Loading

Loading only the CSS and JS files for individually selected components instead of bundling the entire library.

Distinguishing note: No candidate in the shortlist covers selective component loading; candidates are about UI selection components, not build-time or load-time component selection.

Explore 5 awesome GitHub repositories matching development tools & productivity · Selective Component Loading. Refine with filters or upvote what's useful.

Awesome Selective Component Loading GitHub Repositories

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

    mathjax/MathJax

    10,855Auf GitHub ansehen↗

    Beautiful and accessible math in all browsers

    Loads only the specific input and output modules needed for a project, either in the browser or on a server, to optimize performance.

    JavaScriptaccessibilityasciimath-notationcss
    Auf GitHub ansehen↗10,855
  • cocoapods/specsAvatar von CocoaPods

    CocoaPods/Specs

    6,817Auf GitHub ansehen↗

    Specs is a centralized package metadata repository and distribution service for the Apple platform. It serves as a public index of library specifications, enabling the discovery, resolution, and installation of third-party frameworks for iOS and macOS projects. The project provides a podspec distribution service that hosts and validates library specifications to ensure reproducible dependency resolution. It utilizes a Git-based collection of structured specifications and a REST API to manage library publishing, ownership, and versioning. The system encompasses comprehensive capabilities for

    Selects specific subsets of a library's components for installation instead of the default set.

    Auf GitHub ansehen↗6,817
  • papercss/papercssAvatar von papercss

    papercss/papercss

    4,183Auf GitHub ansehen↗

    Papercss ist ein CSS-UI-Framework und ein Design-System im Dokumentenstil, das zum Aufbau responsiver Webseiten-Layouts verwendet wird. Es fungiert als Less-basierte CSS-Bibliothek, die eine papierartige Ästhetik und strukturierte Typografie anwendet, um Webseiten das Aussehen physischer Dokumente zu verleihen. Das Projekt integriert zudem ein Utility-First-CSS-Modell für schnelles Styling. Das Framework zeichnet sich durch die Fähigkeit aus, visuelle Dekorationen zu automatisieren, wie etwa das Anwenden rotierender Rahmenstile und Schatteneffekte auf Kindelemente. Es nutzt ein Less-basiertes Variablensystem und modulare Stylesheet-Kompilierung, wodurch Nutzer globale Designvariablen anpassen und spezifische Komponentensets auswählen können, um die finale Stylesheet-Größe zu minimieren. Die Bibliothek deckt ein breites Spektrum an Funktionen ab, einschließlich eines Flexbox-basierten responsiven 12-Spalten-Rasters und eines umfassenden Sets an UI-Komponenten wie Modals, Alert-Benachrichtigungen und responsiven Navigationsleisten. Sie bietet zudem spezialisiertes Styling für technische Inhalte, einschließlich Code-Blöcken, Datentabellen und Artikellayouts, sowie Unterstützung für helle und dunkle Farbmodi.

    Enables the reduction of final stylesheet size by compiling only the required UI component sets.

    SCSScsshtmlscss
    Auf GitHub ansehen↗4,183
  • knadh/oatAvatar von knadh

    knadh/oat

    3,394Auf GitHub ansehen↗

    Oat is a CSS variable-driven UI kit and semantic HTML component library that styles native HTML elements and attributes contextually, eliminating the need for CSS classes and reducing markup bloat. It provides a complete theming system where all visual properties are defined as CSS custom properties, allowing dark mode toggling and custom color themes by setting a single data attribute on the root element. The library delivers interactive UI elements as zero-dependency WebComponents that require no framework, build tool, or external library, while also offering declarative scroll animations t

    Loads only the CSS and JS files for individually selected components instead of bundling the entire library.

    CSScomponent-librarycss-frameworkui-components
    Auf GitHub ansehen↗3,394
  • atopile/atopileAvatar von atopile

    atopile/atopile

    3,070Auf GitHub ansehen↗

    atopile is an electronic design automation software and hardware description language that enables the definition of electronic circuits and components as code. It functions as a modular electronics framework and a compiler that transforms programmatic circuit definitions into a normalized model and KiCad project files for physical layout. The system distinguishes itself through automated hardware design automation, using a constraint-based value solver to calculate required component values and validate electrical specifications during the build process. It employs a modular approach to hard

    A system for identifying and picking specific discrete components based on defined design requirements and constraints.

    Pythoncadedaelectronics
    Auf GitHub ansehen↗3,070
  1. Home
  2. Development Tools & Productivity
  3. Selective Component Loading

Unter-Tags erkunden

  • Discrete Component Selection1 Sub-TagSpecialized selection logic for identifying individual discrete semiconductor or passive components based on design constraints. **Distinct from Selective Component Loading:** This is a specialization of automated component selection focusing specifically on discrete parts rather than integrated modules or generic passives.
  • Library Subspec SelectionAllowing the installation of only a specific subset of a library's components rather than the entire package. **Distinct from Selective Component Loading:** Focuses on build-time selection of library components (subspecs), not runtime CSS/JS loading.