0.1.2 • Published 1 year ago

ab-nextjs-components v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.NameFileStatus
1AbLogoab-logo/index.tsxPending
2AbIconab-icon/index.tsxPending
3AbButtonab-button/index.tsxPending
4AbInputab-input/index.tsxPending

NOTE:

Server Components

A list of all the server components and their current status:

No.NameFileStatus
1AbLogoserver/ab-logo/index.tsxPending
2AbIconserver/ab-icon/index.tsxPending
3AbButtonserver/ab-button/index.tsxPending

NOTE:

Learn More abElements

To learn more about abElements, take a look at the following resources:

You can check out the abElements GitHub repository for more details.

License

This ab-nextjs-components project is MIT Licensed ;)