IMPORTANT: This is a work in progress and subject to major changes until version 1.0.
π± A lightweight collection of server & client React components as core abElements (i.e. ab-app-layout, ab-screen-layout, ...) created by Abraham Ukachi, and optimized for Next.js applications π.
npm i ab-nextjs-core
pnpm install ab-nextjs-core
A list of all the supported core server components and their current status:
No. | Name | File | Status |
---|---|---|---|
1 | AbAppLayout |
server/ab-app-layout/index.tsx | Pending |
2 | AbScreenLayout |
server/ab-screen-layout/index.tsx | Pending |
3 | AbMainLayout |
server/ab-main-layout/index.tsx | Pending |
4 | AbAsideLayout |
server/ab-aside-layout/index.tsx | Pending |
A list of all the supported core client components and their current status:
No. | Name | File | Status |
---|---|---|---|
1 | AbAppLayout |
ab-app-layout/index.tsx | Pending |
2 | AbScreenLayout |
ab-screen-layout/index.tsx | Pending |
3 | AbMainLayout |
ab-main-layout/index.tsx | Pending |
4 | AbAsideLayout |
ab-aside-layout/index.tsx | Pending |
NOTE:
To learn more about abElements
, take a look at the following resources:
-
abElements Documentation - learn about
abElements
features 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-core
project is MIT Licensed ;)