Snippets
Snippets / Tags
ui
3 ui code snippets across 1 language. Copy-paste solutions from production code.
3
snippets
react
3 snippetsuseClickOutside Hook for React
A typed React hook that fires a callback when the user clicks outside a referenced element. Perfect for closing dropdowns and modals.
reacthooksref+2
BEGINNERMay 18, 2026
useCopyToClipboard Hook for React
A typed React hook that copies any string to the clipboard with a success state, error handling, and an automatic reset timer.
reacthooksclipboard+2
BEGINNERApr 18, 2026
useScrollProgress Hook for React
A tiny, SSR-safe React hook that tracks vertical scroll progress as a 0 to 1 value. Perfect for reading progress bars and scroll-linked effects.
reacthooksscroll+3
BEGINNERDec 1, 2025