ab-nextjs-components
v0.1.2
Published
π A lightweight collection of server & client React components created by Abraham Ukachi, and optimized for Next.js applications π.
Downloads
4
Maintainers
Readme
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-components
pnpm
pnpm install ab-nextjs-components
Types
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 ;)