Skip to content

Initial Release

Latest
Compare
Choose a tag to compare
@hamza512b hamza512b released this 28 Jun 14:49
· 7 commits to main since this release

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