2 repository-uri
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.
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.
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.