Loading...
Please waitLoading...
Please waituseKit hooks are designed to be lightweight and dependency-free, allowing you to easily integrate them into your projects without any additional setup. Below are the steps to get started:
hooks
directory (e.g., use-local-storage.tsx
) and paste the code.You can quickly add useKit hooks to your project using the shadcn CLI:
pnpm dlx shadcn@latest add https://usekit.kiron.dev/k/[hookName]
Replace [hookName]
with the name of the hook you want to add (e.g., use-local-storage
).
This will automatically download the hook and add it to your project.