use-interaction
Interaction state primitives for RustUse UI.
Purpose
use-interaction models common UI states, interaction kinds, and user-facing intents. It does not implement event handling or platform-specific input behavior.
Example
use ;
let state = Focused;
assert!;
assert!;
assert_eq!;
assert!;
Main types
InteractionStateInteractionKindInteractionIntent
Facade relationship
The use-ui facade exposes this crate as use_ui::interaction when the interaction or full feature is enabled.