Hooks
Persist client state into local or session storage for simple settings and drafts.
Current theme preference: light
Use this hook when a local preference or draft should survive page refreshes without introducing a larger state layer.
pnpm dlx shadcn@latest add @tile-ui/use-local-storageconst [value, setValue] = useLocalStorage('theme', 'light');