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 😎.
npm i ab-nextjs-hooks pnpm install ab-nextjs-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:
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:
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.
This ab-nextjs-hooks project is MIT Licensed ;)