A
Auralix UI

Installation

How to install dependencies and structure your app.

Pick Your Framework

Start by selecting your framework of choice. Then follow the instructions to install the dependencies and structure your app. shadcn/ui is built to work with all React frameworks.

CLI Usage

Use the init command to initialize dependencies and configuration:

bash
npx auralix-ui@latest init

Add Components

Use the add command to add components to your project:

bash
npx auralix-ui@latest add [component]