awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesDOM Interactivity Libraries

Libraries that bind behavioral logic and event listeners to HTML elements to create interactive user interface components.

Distinct from Browser DOM Interaction: None of the candidates cover the comprehensive nature of a library that combines event binding with component lifecycle management.

Explore 2 awesome GitHub repositories matching web development · DOM Interactivity Libraries. Refine with filters or upvote what's useful.

Awesome DOM Interactivity Libraries GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • flightjs/flightF

    flightjs/flight

    6,493Vezi pe GitHub↗

    Flight is a JavaScript component framework and DOM interactivity library used to map behavioral logic to HTML nodes. It provides an event-driven architecture for building modular user interface elements and managing web application interactivity. The library distinguishes itself through a mixin-based system for injecting reusable functions and properties into components, promoting code reuse without rigid inheritance. It further enables behavior modification via function hooking, allowing developers to wrap existing methods to inject custom logic without altering the original source code. Th

    Serves as a comprehensive toolset for binding event listeners and managing the lifecycle of reusable UI components.

    JavaScript
    Vezi pe GitHub↗6,493
  • desandro/draggabillyAvatar desandro

    desandro/draggabilly

    3,871Vezi pe GitHub↗

    Draggabilly is a JavaScript drag and drop library used to make DOM elements draggable on desktop and mobile. It serves as a coordinate-based UI tool and interaction library for tracking and setting the horizontal and vertical positions of interface elements during user interaction. The library provides a mobile-ready touch handler that converts mouse and touch movements into element translation. It includes specialized capabilities for restricting movement to specific axes or container boundaries and implements grid snapping to align elements to a predefined pixel grid. The tool manages the

    Provides a set of tools for managing pointer events and movement constraints for HTML elements.

    JavaScript
    Vezi pe GitHub↗3,871
  1. Home
  2. Web Development
  3. DOM Interactivity Libraries

Explorează sub-etichetele

  • Conversational DOM FrameworksFrameworks that parse document markup to inject conversational components and manage state-driven dialogue flows. **Distinct from DOM Interactivity Libraries:** Distinct from DOM Interactivity Libraries: specifically focuses on conversational dialogue orchestration rather than general event binding.