/justd-ui

Justd is a chill set of React components, built on top of React Aria Components, all about keeping the web accessible.

Primary LanguageTypeScript

Justd UI Library

image


Justd UI is a chill set of React components built on top of React Aria Components, all about keeping the web accessible.

How to set up or install Justd UI Library with Next.js 15?

Getting Started

The first step is to clone the justd-ui project with a git command.

git clone https://github.com/officialrajdeepsingh/justd-ui.git


# change folder
cd justd-ui

The next step is to install the Node Package Using the Node package manager.

pnpm install
# or
yarn install
# or
npm install

Lastly, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.