# CLI

Copy production-ready AmroUI components into your project with shadcn.

Open any component page and select **shadcn copy** under Installation. For example:

```sh
npx shadcn@latest add https://amro-ui.vercel.app/r/lead-fit-meter.json
```

The registry automatically installs the selected component's AmroUI source, branded controls,
styles, primitives, and npm dependencies. The generated code remains inside your application and
can be edited freely.

## Other package managers

```sh
pnpm dlx shadcn@latest add https://amro-ui.vercel.app/r/lead-fit-meter.json
yarn dlx shadcn@latest add https://amro-ui.vercel.app/r/lead-fit-meter.json
bunx --bun shadcn@latest add https://amro-ui.vercel.app/r/lead-fit-meter.json
```

Use the package-manager selector on a component page to generate the correct command automatically.

## Complete library instead

If you need components from several Amro products, install the complete package:

```sh
npm install @amro-ui/react
```
