3 مستودعات
Module-based support allowing developers to include only necessary components in the final build.
Explore 3 awesome GitHub repositories matching software engineering & architecture · Tree Shaking Support. Refine with filters or upvote what's useful.
Ant Design is an enterprise-grade component library and design system framework built for developing complex, data-heavy web applications. It provides a comprehensive collection of pre-built, state-driven interface elements that map data properties to rendered components, ensuring consistent interaction patterns and visual language across large-scale projects. The library distinguishes itself through a robust styling architecture that utilizes design tokens and hierarchical configuration providers to propagate global settings like themes, locale, and layout direction. By employing component-l
Facilitates modular imports so developers can include only the necessary component code to reduce final bundle sizes.
PrimeReact is a comprehensive UI component library for building interactive user interfaces with React. It provides an accessible component suite, a form input framework, and a data visualization toolkit designed to meet accessibility standards through built-in keyboard navigation and focus management. The library features a themed design system that allows for visual customization via pre-defined skin sets or an unstyled mode. This unstyled mode decouples component behavior and accessibility logic from the presentation layer, enabling the implementation of custom corporate design systems. C
Exports individual components as separate entries to allow build tools to remove unused code from the final bundle.
هذا المشروع هو إطار عمل واجهة مستخدم معياري لتطبيقات Vue يوفر مجموعة من المكونات القابلة لإعادة الاستخدام والمبنية باستخدام Tailwind CSS. يعمل كأداة نظام تصميم تعتمد على التهيئة، مما يمكن المطورين من الحفاظ على الاتساق المرئي عبر التطبيقات المعقدة من خلال إدارة السمات المركزية والتصميم القائم على الأدوات المساعدة (utility-based). تتميز المكتبة بمعمارية قابلة للتهيئة بدرجة عالية تدعم تعيين الأنماط القائم على المتغيرات وتخصيص مثيل المكون. يمكن للمطورين تحديد الإعدادات الافتراضية العالمية أو إنشاء إصدارات متعددة من نفس عنصر الواجهة، مما يسمح بالتبديل المرئي الديناميكي وتجاوزات الخصائص المحددة دون تكرار الكود. يضمن هذا النهج بقاء المكونات مرنة مع الالتزام بلغة تصميم موحدة. يغطي إطار العمل مجموعة واسعة من متطلبات الواجهة، بما في ذلك أدوات متخصصة لاختيار التاريخ والوقت وتصميم مدخلات النماذج المهيكلة. ويؤكد على الأداء من خلال دعم تحسينات وقت البناء، مثل استيراد المكونات الانتقائي وإزالة تعريفات الأنماط غير المستخدمة، لتقليل حجم حزمة التطبيق النهائية.
Supports selective component importing and style purging to minimize production bundle sizes.