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
·

5 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • mathjax/mathjaxAvatar de mathjax

    mathjax/MathJax

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

    CocoaPods/Specs

    6,817Ver en 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.

    Ver en GitHub↗6,817
  • papercss/papercssAvatar de papercss

    papercss/papercss

    4,183Ver en GitHub↗

    Papercss es un framework de UI CSS y un sistema de diseño estilo documento utilizado para construir layouts de páginas web responsivas. Funciona como una librería CSS basada en Less que aplica una estética similar al papel y una tipografía estructurada para dar a las páginas web la apariencia de documentos físicos. El proyecto también incorpora un modelo de librería CSS de utilidad primero (utility-first) para un estilizado rápido. El framework se distingue por su capacidad para automatizar decoraciones visuales, como la aplicación de estilos de borde rotados y efectos de sombra a elementos hijos. Utiliza un sistema de variables basado en Less y compilación modular de hojas de estilo, permitiendo a los usuarios personalizar variables de diseño globales y seleccionar conjuntos de componentes específicos para minimizar el tamaño final de la hoja de estilo. La librería cubre una amplia gama de capacidades, incluyendo una rejilla responsiva de doce columnas basada en Flexbox y un conjunto completo de componentes de UI como modales, notificaciones de alerta y barras de navegación responsivas. También proporciona estilos especializados para contenido técnico, incluyendo bloques de código, tablas de datos y layouts de artículos, junto con soporte para modos de color claro y oscuro.

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

    SCSScsshtmlscss
    Ver en GitHub↗4,183
  • knadh/oatAvatar de knadh

    knadh/oat

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

    atopile/atopile

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

Explorar subetiquetas

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