Command Palette

Search for a command to run...

Installation

How to install and set up the UI kit in your project.

Next.js Installation
How to install and configure the UI kit with Next.js.

1. Create a new Next.js project

npx create-next-app@latest my-app --typescript --tailwind --eslint

2. Install dependencies

npm install @radix-ui/react-icons class-variance-authority clsx tailwind-merge

3. Add the components

You can now start adding components to your project. Check out the components section to get started.