awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • mathjax/mathjaxالصورة الرمزية لـ mathjax

    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/specsالصورة الرمزية لـ CocoaPods

    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/papercssالصورة الرمزية لـ papercss

    papercss/papercss

    4,183عرض على GitHub↗

    Papercss هو إطار عمل لواجهة المستخدم (UI) يعتمد على CSS ونظام تصميم بنمط المستندات، يُستخدم لبناء تخطيطات صفحات ويب متجاوبة. يعمل كمكتبة CSS تعتمد على Less تطبق جماليات تشبه الورق وخطوطاً منظمة لمنح صفحات الويب مظهر المستندات المادية. يدمج المشروع أيضاً نموذج مكتبة CSS يركز على الأدوات (utility-first) لتسريع عملية التصميم. يتميز إطار العمل بقدرته على أتمتة الزخارف المرئية، مثل تطبيق أنماط الحدود الدوارة وتأثيرات الظل على العناصر الفرعية. يستخدم نظام متغيرات يعتمد على Less وتجميعاً معيارياً لملفات الأنماط، مما يسمح للمستخدمين بتخصيص متغيرات التصميم العالمية واختيار مجموعات مكونات محددة لتقليل حجم ملف الأنماط النهائي. تغطي المكتبة مجموعة واسعة من الإمكانيات، بما في ذلك شبكة متجاوبة من اثني عشر عموداً تعتمد على Flexbox، ومجموعة شاملة من مكونات واجهة المستخدم مثل النوافذ المنبثقة (modals)، وتنبيهات الإشعارات، وأشرطة التنقل المتجاوبة. كما يوفر تنسيقاً متخصصاً للمحتوى التقني، بما في ذلك كتل الأكواد، وجداول البيانات، وتخطيطات المقالات، إلى جانب دعم وضعي الألوان الفاتح والداكن.

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

    SCSScsshtmlscss
    عرض على GitHub↗4,183
  • knadh/oatالصورة الرمزية لـ knadh

    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/atopileالصورة الرمزية لـ atopile

    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.