https://github.com/ilyichv/hookagain
A collection of shadcn installable react hooks
https://github.com/ilyichv/hookagain
hooks reactjs shadcn-ui
Last synced: 2 months ago
JSON representation
A collection of shadcn installable react hooks
- Host: GitHub
- URL: https://github.com/ilyichv/hookagain
- Owner: ilyichv
- License: mit
- Created: 2024-10-29T00:26:58.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T22:00:43.000Z (6 months ago)
- Last Synced: 2025-04-02T11:01:43.793Z (2 months ago)
- Topics: hooks, reactjs, shadcn-ui
- Language: TypeScript
- Homepage: https://hookagain.vercel.app
- Size: 202 KB
- Stars: 87
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-shadcn-ui - Link - 11-04 | (Tools)
- awesome-shadcn-ui - hook-again - A collection of shadcn/ui installable React Hooks (Apps / Tools)
- awesome-shadcn-ui - hook-again - A collection of shadcn/ui installable React Hooks (Apps / Tools)
README

# hookagain
A collection of reusable React hooks that can be installed using the shadcn CLI.
## Installation
1. Install the shadcn CLI:
Refer to the [shadcn CLI documentation](https://ui.shadcn.com/docs/installation/next) for more information.
2. Install the hook:
```bash
npx shadcn@latest add https://hookagain.vercel.app/r/.json
```
3. TA-DAH 🎉You can now use the hook in your project.