Hooks
Explore hooks docs by category and open each page for usage and source references.
Categories
All pages
useCopyToClipboard
Copies text to the system clipboard and stores the latest copied value.
useKeyBinding
Registers a keyboard shortcut and executes a callback on match. The hook supports modifier keys (`Meta`, `Ctrl`/`Control`, `Alt`, `Shift`), regular keys, and combinations of both.
useToggle
Creates boolean state with semantic toggle helpers.