5 dépôts
Settings that define which user interactions initiate a specific UI action or mode.
Distinct from Trigger Configurations: Candidates are too specific to pull-to-refresh, AI responses, or surveys; this is a general interaction trigger for editing.
Explore 5 awesome GitHub repositories matching user interface & experience · Interaction Trigger Configurations. Refine with filters or upvote what's useful.
This project provides an animated Live2D character widget that can be embedded on any web page as an interactive mascot. The widget renders characters using the Cubism SDK on an HTML canvas, and can be deployed either via a content delivery network for zero-setup integration or self-hosted on a personal server for full control over asset delivery. The mascot responds to visitor actions through CSS selector-based interaction binding, displaying custom speech bubbles when users hover over or click specific page elements. Visitors can click and drag the character to reposition it anywhere on the
Defines CSS selectors and text responses in a JSON file for character reactions to page elements.
This is a Vim plugin that adds simultaneous multi-selection and parallel editing capabilities to the editor. It functions as a multi-cursor tool and regex-based batch editor, allowing users to perform the same editing action across multiple locations in a buffer at once. The extension enables the placement of virtual cursors across a document using regular expressions or by identifying all occurrences of a word. It also allows for the generation of cursors on every line within a visual selection to facilitate multi-line block editing. The tool supports synchronized character insertion and pa
Provides a configuration system to assign keyboard shortcuts for triggering and managing multicursor sessions.
Tabulator is an interactive data table library and virtual DOM data grid used to create high-performance tables from JSON or arrays. It functions as a hierarchical data viewer and a spreadsheet interface component, capable of rendering thousands of records efficiently through viewport-based virtualization and progressive loading. The library distinguishes itself by providing a full spreadsheet interface mode with multi-sheet management, cell range selection, and bulk copy-paste capabilities. It supports complex data architectures, including nested data field mapping, expandable tree structure
Configures the specific interaction, such as a click or focus event, required to start cell editing.
x-editable est une bibliothèque d'édition in-place jQuery qui convertit le contenu statique en champs éditables. Elle fonctionne comme un éditeur de contenu en ligne, permettant d'effectuer des mises à jour directement sur une page web sans avoir besoin de navigation de page. La bibliothèque inclut un moteur de rendu d'entrée personnalisable qui supporte divers formats tels que les champs de texte, les sélecteurs de date et les éditeurs de texte riche. Elle présente également un validateur d'entrée côté client pour vérifier les valeurs éditées par rapport à des règles spécifiques avant que les changements ne soient validés. La boîte à outils s'intègre avec des frameworks UI incluant Bootstrap et jQuery UI. Elle fournit des déclencheurs d'interaction configurables, tels que des clics simples ou doubles, pour activer le mode d'édition.
Allows users to define how an editable element activates, such as through single clicks or double clicks.
This project is a React tooltip component and CSS-driven library used to display descriptive text bubbles when users hover over or focus on specific elements. It functions as an accessible UI widget and customizable framework for managing informational popovers within React applications. The library distinguishes itself through flexible anchor management, allowing a single tooltip instance to be linked to multiple trigger elements via CSS selectors or HTML data attribute binding. It provides specific controls for visibility timing and animation, as well as the ability to disable automatic sty
Provides settings to define whether tooltips are triggered by hover or click events.