Back to Remix

Minor.02 Add Press And Keyboard Mixins

packages/component/.changes/minor.02-add-press-and-keyboard-mixins.md

2.11.1260 B
Original Source

Add new interaction mixins for normalized user input events:

  • pressEvents(...) for pointer/keyboard "press" interactions
  • keysEvents(...) for keyboard key state events

These helpers provide a consistent mixin-based interaction model for input handling.