New components added weekly

Custom Hooks

These hooks are automatically added to components that need them, but can also be used independently if you want to.

1

useAutoResizeTextarea

A hook that automatically resizes a textarea based on its content

Loading...
Loading...
2

useCopyToClipboard

A hook that copies text to the clipboard

Loading...
Loading...
3

useMobile

A hook that returns true if the user is on a mobile device

Loading...
Loading...
4

useClickOutside

A hook that handles click outside events

Loading...
Loading...