0.1.2 ⢠Published 2 years ago
ab-nextjs-components v0.1.2
ab-nextjs-components
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 š.
Getting Started
Installation
npm
npm i ab-nextjs-componentspnpm
pnpm install ab-nextjs-componentsTypes
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';Client 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:
Server Components
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:
Learn More abElements
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.
License
This ab-nextjs-components project is MIT Licensed ;)