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 https://react.tileui.zmorg.cn/r/use-local-storage.jsonconst [value, setValue] = useLocalStorage('theme', 'light');