awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • mathjax/mathjaxmathjax 的头像

    mathjax/MathJax

    10,855在 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
    在 GitHub 上查看↗10,855
  • cocoapods/specsCocoaPods 的头像

    CocoaPods/Specs

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

    在 GitHub 上查看↗6,817
  • papercss/papercsspapercss 的头像

    papercss/papercss

    4,183在 GitHub 上查看↗

    Papercss 是一个 CSS UI 框架和文档风格设计系统,用于构建响应式网页布局。它作为一个基于 Less 的 CSS 库,应用纸张般的审美和结构化排版,使网页呈现出物理文档的外观。该项目还结合了实用优先 (Utility-first) 的 CSS 库模型以实现快速样式设计。 该框架的特点是能够自动化视觉装饰,例如为子元素应用旋转边框样式和阴影效果。它利用基于 Less 的变量系统和模块化样式表编译,允许用户自定义全局设计变量并选择特定的组件集,以最小化最终样式表的大小。 该库涵盖了广泛的功能,包括基于 Flexbox 的 12 列响应式网格,以及模态框、警告通知和响应式导航栏等全面的 UI 组件。它还为技术内容提供专门的样式,包括代码块、数据表和文章布局,并支持浅色和深色模式。

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

    SCSScsshtmlscss
    在 GitHub 上查看↗4,183
  • knadh/oatknadh 的头像

    knadh/oat

    3,394在 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
    在 GitHub 上查看↗3,394
  • atopile/atopileatopile 的头像

    atopile/atopile

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

探索子标签

  • Discrete Component Selection1 个子标签Specialized 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.