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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • mathjax/mathjaxAvatar mathjax

    mathjax/MathJax

    10,855Vezi pe 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
    Vezi pe GitHub↗10,855
  • cocoapods/specsAvatar CocoaPods

    CocoaPods/Specs

    6,817Vezi pe 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.

    Vezi pe GitHub↗6,817
  • papercss/papercssAvatar papercss

    papercss/papercss

    4,183Vezi pe GitHub↗

    Papercss este un framework CSS UI și un sistem de design de tip document, utilizat pentru a construi layout-uri web responsive. Funcționează ca o bibliotecă CSS bazată pe Less care aplică o estetică de tip hârtie și o tipografie structurată pentru a oferi paginilor web aspectul unor documente fizice. Proiectul încorporează, de asemenea, un model de bibliotecă CSS de tip utility-first pentru stilizare rapidă. Framework-ul se distinge prin capacitatea de a automatiza decorațiunile vizuale, cum ar fi aplicarea stilurilor de bordură rotative și a efectelor de umbră elementelor copil. Utilizează un sistem de variabile Less și compilare modulară a foilor de stil, permițând utilizatorilor să personalizeze variabilele globale de design și să selecteze seturi specifice de componente pentru a minimiza dimensiunea finală a CSS-ului. Biblioteca acoperă o gamă largă de capabilități, inclusiv o grilă responsive cu douăsprezece coloane bazată pe Flexbox și un set complet de componente UI, cum ar fi modale, notificări de alertă și bare de navigare responsive. Oferă, de asemenea, stilizare specializată pentru conținut tehnic, inclusiv blocuri de cod, tabele de date și layout-uri de articole, alături de suport pentru modurile de culoare deschis și închis.

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

    SCSScsshtmlscss
    Vezi pe GitHub↗4,183
  • knadh/oatAvatar knadh

    knadh/oat

    3,394Vezi pe 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
    Vezi pe GitHub↗3,394
  • atopile/atopileAvatar atopile

    atopile/atopile

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

Explorează sub-etichetele

  • 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.