IMPORTANT: This is a work in progress and subject to major changes until version 1.0.
๐ This is a lightweight collection of server & client React components created by Abraham Ukachi, and optimized for Next.js applications ๐.
npm i ab-nextjs-components
pnpm install ab-nextjs-components
All the types are located in the types
folder. A specific type like AbButtonProps
can be imported directly:
import type { AbButtonProps } from 'ab-nextjs-components';
A list of all the client components and their current status:
No. | Name | File | Status |
---|---|---|---|
1 | AbLogo |
ab-logo/index.tsx | Pending |
2 | AbIcon |
ab-icon/index.tsx | Pending |
3 | AbButton |
ab-button/index.tsx | Pending |
4 | AbInput |
ab-input/index.tsx | Pending |
NOTE:
A list of all the server components and their current status:
No. | Name | File | Status |
---|---|---|---|
1 | AbLogo |
server/ab-logo/index.tsx | Pending |
2 | AbIcon |
server/ab-icon/index.tsx | Pending |
3 | AbButton |
server/ab-button/index.tsx | Pending |
NOTE:
To learn more about abElements
, take a look at the following resources:
- abElements Documentation - learn about abElements features and API.
You can check out the abElements GitHub repository for more details.
This ab-nextjs-components
project is MIT Licensed ;)