awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • ankitects/ankiAvatar de ankitects

    ankitects/anki

    28,571Ver en 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
    Ver en GitHub↗28,571
  • chadcsong/shinebuttonAvatar de ChadCSong

    ChadCSong/ShineButton

    4,195Ver en GitHub↗

    ShineButton es una biblioteca de animación de UI para Android que proporciona componentes de botón personalizables con animaciones integradas de barrido de luz y partículas. Funciona como una extensión de componente de vista para interfaces de Android para atraer la atención del usuario mediante efectos visuales interactivos. La biblioteca cuenta con un sistema para crear animaciones de barrido de luz y efectos de partículas vibrantes que se activan durante la interacción del usuario. Permite definir las siluetas de los botones mediante máscaras de imagen personalizadas y la aplicación de vector drawables. El estilo visual se gestiona mediante parámetros de configuración que ajustan el tamaño, la cantidad, el color, la duración y la distancia de las partículas de brillo.

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

    Kotlinbuttoncustomeffects
    Ver en GitHub↗4,195
  • sethcottle/littlelinkAvatar de sethcottle

    sethcottle/littlelink

    2,846Ver en GitHub↗

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

    HTMLcsshtmllinks
    Ver en GitHub↗2,846
  • shatyuka/zhiliaoAvatar de shatyuka

    shatyuka/Zhiliao

    2,712Ver en 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
    Ver en GitHub↗2,712
  1. Home
  2. User Interface & Experience
  3. Button Styles
  4. Button Customizers

Explorar subetiquetas

  • 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.