Composables
Persist refs into local or session storage for simple settings and drafts.
Current theme preference: light
Use this composable 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-storage
const value = useLocalStorage('theme', 'light');