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

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

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

4 مستودعات

Awesome GitHub RepositoriesButton Customizers

Utilities for overriding the visual appearance and styling of interactive button elements.

Distinct from Button Styles: Distinct from Button Styles: focuses on the customization logic for specific button types like audio replays rather than general style collections.

Explore 4 awesome GitHub repositories matching user interface & experience · Button Customizers. Refine with filters or upvote what's useful.

Awesome Button Customizers GitHub Repositories

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

    ankitects/anki

    28,571عرض على GitHub↗

    Anki is a cross-platform flashcard management system designed to optimize long-term memory retention through spaced-repetition learning. It functions as a digital learning assistant that uses active recall practice and automated scheduling algorithms to determine the ideal timing for card reviews based on individual performance history. The core system relies on a local relational database to ensure data persistence and portability, while supporting complex study workflows through flexible note-type schema modeling and template-driven content rendering. The platform distinguishes itself throu

    Adjusts the visual appearance and size of audio replay buttons through styles to match the card design.

    Rust
    عرض على GitHub↗28,571
  • chadcsong/shinebuttonالصورة الرمزية لـ ChadCSong

    ChadCSong/ShineButton

    4,195عرض على GitHub↗

    ShineButton هي مكتبة رسوم متحركة لواجهة المستخدم (UI) لنظام Android، توفر مكونات أزرار قابلة للتخصيص مع رسوم متحركة مدمجة للمعان الجسيمات (Particle animations). تعمل كامتداد لمكونات العرض في واجهات Android لجذب انتباه المستخدم من خلال تأثيرات بصرية تفاعلية. تتميز المكتبة بنظام لإنشاء رسوم متحركة للمعان وتأثيرات جسيمات حيوية يتم تفعيلها أثناء تفاعل المستخدم. وتسمح بتحديد أشكال الأزرار من خلال أقنعة صور مخصصة وتطبيق رسومات متجهة (Vector drawables). يتم التحكم في التصميم البصري من خلال معاملات تهيئة تضبط الحجم، والعدد، واللون، والمدة، والمسافة لجسيمات اللمعان.

    Enables the use of custom image masks or vector drawables to define the button's physical silhouette.

    Kotlinbuttoncustomeffects
    عرض على GitHub↗4,195
  • sethcottle/littlelinkالصورة الرمزية لـ sethcottle

    sethcottle/littlelink

    2,846عرض على GitHub↗

    Provides a visual builder that generates CSS and HTML for custom buttons with WCAG color contrast checks for light and dark themes.

    HTMLcsshtmllinks
    عرض على GitHub↗2,846
  • shatyuka/zhiliaoالصورة الرمزية لـ shatyuka

    shatyuka/Zhiliao

    2,712عرض على GitHub↗

    Zhiliao is an Xposed Android app module designed to modify the behavior and interface of the Zhihu mobile application. It functions as a runtime modification tool that uses hook injection to alter application elements and logic. The project provides system-level ad blocking to remove promotional content from feeds, search results, comments, and startup screens. It includes a rule-based content filtering engine that uses keywords and regular expressions to hide specific post types, such as videos and articles, or social features. The module offers interface customization and navigation enhanc

    Hides the live-streaming entry button from the user interface.

    Javaxposedzhihuzhiliao
    عرض على GitHub↗2,712
  1. Home
  2. User Interface & Experience
  3. Button Styles
  4. Button Customizers

استكشف الوسوم الفرعية

  • Accessibility-Aware CustomizersButton customization tools that generate CSS and HTML while checking contrast ratios for accessibility compliance. **Distinct from Button Customizers:** Distinct from Button Customizers: adds built-in accessibility contrast checking during the customization process.
  • Accessibility-Integrated CustomizersButton customization tools that generate CSS and HTML with built-in WCAG color contrast checks for light and dark themes. **Distinct from Button Customizers:** Distinct from Button Customizers: adds integrated WCAG color contrast checking for both light and dark themes during the customization process.
  • Button RemovalsCapabilities for removing specific interactive buttons from the user interface. **Distinct from Button Customizers:** Focuses on removing the button entirely rather than customizing its style
  • Silhouette MaskingThe application of custom image masks or vector drawables to define the physical boundary of a button. **Distinct from Button Customizers:** Specifically targets the definition of the button's physical silhouette via masking, rather than general style overriding.
  • Visual Code GeneratorsBrowser-based interfaces that generate CSS and HTML code for custom buttons without requiring manual coding. **Distinct from Button Customizers:** Distinct from Button Customizers: focuses on generating the underlying code (CSS/HTML) rather than just overriding visual appearance.