0.1.0 ⢠Published 2 years ago
ab-nextjs-hooks v0.1.0
ab-nextjs-hooks
IMPORTANT: This is a work in progress and subject to major changes until version 1.0.
šŖ This is a lightweight collection of React hooks for abElements created by Abraham Ukachi, and optimized for Next.js applications š.
Getting Started
Installation
npm
npm i ab-nextjs-hooks pnpm
pnpm install ab-nextjs-hooks Client Hooks
A list of all the supported custom hooks and their current status:
| No. | Name | File | Status |
|---|---|---|---|
| 1 | useAbTheme | useAbTheme.ts | Pending |
| 2 | useAbMenu | useAbMenu.ts | Pending |
| 3 | useAbDialog | useAbDialog.ts | Pending |
| 4 | useAbToast | useAbToast.ts | Pending |
| 5 | useAbConfetti | useAbConfetti.ts | Pending |
NOTE:
Server Hooks
A list of all the supported custom hooks and their current status:
| No. | Name | File | Status |
|---|---|---|---|
| 1 | useAbApp | server/useAbApp.ts | Pending |
| 2 | useAbAuth | server/useAbAuth.ts | Pending |
| 3 | useAbNavLinks | server/useAbNavLinks.ts | Pending |
NOTE:
Learn More abElements
To learn more about abElements, take a look at the following resources:
- abElements Documentation - learn about
abElementsfeatures and API. - abElements Animations - learn about animations in
abElements. - abElements Core - learn about core in
abElements. - abElements Theme - learn about theme in
abElements. - abElements Icons - learn about icons in
abElements. - abElements Components - learn about components in
abElements. - abElements Fonts - learn about fonts in
abElements. - abElements Hooks - learn about hooks in
abElements.
You can check out the abElements GitHub repository for more details.
License
This ab-nextjs-hooks project is MIT Licensed ;)
0.1.0
2 years ago