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
·

5 dépôts

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

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

    mathjax/MathJax

    10,855Voir sur GitHub↗

    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
    Voir sur GitHub↗10,855
  • cocoapods/specsAvatar de CocoaPods

    CocoaPods/Specs

    6,817Voir sur GitHub↗

    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.

    Voir sur GitHub↗6,817
  • papercss/papercssAvatar de papercss

    papercss/papercss

    4,183Voir sur GitHub↗

    Papercss est un framework CSS UI et un système de design de style document utilisé pour construire des mises en page web responsives. Il fonctionne comme une bibliothèque CSS basée sur Less qui applique une esthétique papier et une typographie structurée pour donner aux pages web l'apparence de documents physiques. Le projet intègre également un modèle de bibliothèque CSS orienté utilitaires pour un stylage rapide. Le framework se distingue par sa capacité à automatiser les décorations visuelles, comme l'application de styles de bordures rotatives et d'effets d'ombre aux éléments enfants. Il utilise un système de variables basé sur Less et une compilation modulaire des feuilles de style, permettant aux utilisateurs de personnaliser les variables de design globales et de sélectionner des ensembles de composants spécifiques pour minimiser la taille finale de la feuille de style. La bibliothèque couvre un large éventail de capacités, incluant une grille responsive de douze colonnes basée sur Flexbox et un ensemble complet de composants UI tels que des modales, des notifications d'alerte et des barres de navigation responsives. Elle fournit également un stylage spécialisé pour le contenu technique, incluant des blocs de code, des tableaux de données et des mises en page d'articles, avec une prise en charge des modes clair et sombre.

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

    SCSScsshtmlscss
    Voir sur GitHub↗4,183
  • knadh/oatAvatar de knadh

    knadh/oat

    3,394Voir sur GitHub↗

    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
    Voir sur GitHub↗3,394
  • atopile/atopileAvatar de atopile

    atopile/atopile

    3,070Voir sur GitHub↗

    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
    Voir sur GitHub↗3,070
  1. Home
  2. Development Tools & Productivity
  3. Selective Component Loading

Explorer les sous-tags

  • Discrete Component Selection1 sous-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.