---
title: Installation
description: Getting started with Delta Components UI
---

<Video comingSoon={true} title="Installation Tutorial" />

## Prerequisites

- [Node.js](https://nodejs.org/) 18+
- [shadcn/ui](https://ui.shadcn.com/docs/installation) initialized (`npx shadcn@latest init`)

## CLI Installation

Run the add command with the specific component URL.

```bash
npx shadcn@latest add @delta/<component>
```

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

<Admonition type="note" className="py-6">
  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.
</Admonition>
