2 dépôts
Utilities for managing pointer events and user interaction states.
Distinguishing note: Focuses on interaction control.
Explore 2 awesome GitHub repositories matching user interface & experience · Interaction Utilities. Refine with filters or upvote what's useful.
This project is a comprehensive UI toolkit that provides a declarative, reactive framework for building modular web interfaces. It centers on a component-based architecture that maps application state to rendered elements, utilizing a twelve-point flexbox grid system and nested containers to manage complex layouts. The library ensures consistent behavior across large-scale applications by providing centralized configuration for component defaults, themes, and global design tokens. What distinguishes this framework is its deep integration of Material Design principles alongside a highly flexib
Executes custom logic when users interact with areas outside of a designated target element to manage navigation and focus flow.
Mantine is a comprehensive component library for building accessible and responsive web applications. It provides a foundational set of UI elements and layout primitives, anchored by a base component that supports consistent styling, spacing, and layout properties across the entire interface. The library is built on a design-driven theme engine that uses a provider-based system to propagate global design tokens and color schemes throughout an application. The library distinguishes itself through a robust architecture that emphasizes component composition and reusable interaction logic. It uti
You can provide a custom copied reset timeout: ```tsx import { ActionIcon, CopyButton, Tooltip } from '@mantine/core'; import { CopyIcon, CheckIcon } from '@phosphor-icons/react'; function Demo() { return ( {({ copie