awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesDynamic Input Styling

Tools that detect new form elements in the DOM to apply custom visual styles automatically.

Distinct from Dynamic Element Observation: Focuses on the application of styles to new elements rather than observing them for lazy loading triggers.

Explore 2 awesome GitHub repositories matching web development · Dynamic Input Styling. Refine with filters or upvote what's useful.

Awesome Dynamic Input Styling GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • drgullin/icheckAvatar de drgullin

    drgullin/icheck

    7,300Voir sur GitHub↗

    iCheck is a custom form input library that replaces native checkboxes and radio buttons with customizable visual wrappers. It ensures a uniform visual experience across different browsers by masking native form elements and rendering custom HTML structures. The project provides a common interface that functions across both jQuery and Zepto. It includes a dynamic styler that detects and applies custom styles to form elements added to a page after the initial load. The library incorporates an accessibility layer that injects ARIA attributes and keyboard event listeners to ensure custom inputs

    Automatically detects and applies custom styles to form elements added to the page via dynamic content updates.

    CSS
    Voir sur GitHub↗7,300
  • leaverou/prefixfreeAvatar de LeaVerou

    LeaVerou/prefixfree

    3,792Voir sur GitHub↗

    prefixfree is a runtime CSS processor and polyfill library designed to ensure cross-browser visual consistency. It functions as a client-side script that automatically detects browser requirements and injects necessary vendor prefixes into CSS properties and values at runtime. The project utilizes a system that intercepts stylesheets and modifies style rules in browser memory. It includes a DOM mutation style monitor that observes the document tree for new elements to apply prefixing logic to dynamic content and attributes. The library provides polyfilling for modern CSS standards in legacy

    Detects new elements in the DOM to automatically apply prefixing logic to dynamic content.

    JavaScript
    Voir sur GitHub↗3,792
  1. Home
  2. Web Development
  3. Dynamic Content Loading
  4. Dynamic Input Styling