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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesVariant-Based Class Generators

Utilities that create CSS class strings from typed variant definitions with zero runtime overhead.

Distinct from Class String Joiners: Distinct from Class String Joiners: generates class strings from variant definitions, not just concatenating fragments.

Explore 1 awesome GitHub repository matching user interface & experience · Variant-Based Class Generators. Refine with filters or upvote what's useful.

Awesome Variant-Based Class Generators GitHub Repositories

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

    joe-bell/cva

    6,849عرض على GitHub↗

    cva is a TypeScript utility for defining and resolving visual variants for UI components with full type safety. It generates CSS class strings from typed variant definitions, enabling compile-time validation of component usage by deriving the union of all variant prop types from a configuration object. The library distinguishes itself through compound variant matching, which activates styles only when multiple independent variant conditions are simultaneously satisfied, merging their class names. It also provides default value propagation to ensure consistent rendering when no explicit varian

    Generates CSS class strings from typed variant definitions with zero runtime overhead.

    TypeScriptclass-variance-authorityclassnameclassnames
    عرض على GitHub↗6,849
  1. Home
  2. User Interface & Experience
  3. Class String Joiners
  4. Variant-Based Class Generators