Installation

PreviousNext

Getting started with Delta Components UI

Installation Tutorial Video

Coming Soon

Prerequisites

CLI Installation

Run the add command with the specific component URL.

pnpm dlx shadcn@latest add @delta/<component>

This will automatically install necessary dependencies and place the component code into your configured components/ui directory.

Some components pull in additional runtime dependencies (icons, motion libraries, map SDKs, etc.). If you have strict performance budgets, always review your package.json changes after installation.