Skip to content

Releases: hamza512b/react-access-hooks

Initial Release

28 Jun 14:49
Compare
Choose a tag to compare

Added

  • useKeyboardAction react hook to executes a callback when key is pressed.
  • useOutsideClick react hook to executes a callback when clicking outside an element.
  • useFocusTrap react hook to trap the focus inside an element.
  • Listbox and dialog examples using the currently existing hooks.
  • Documentation in README file