CLI
Copy production-ready AmroUI components into your project with shadcn.
Open any component page and select shadcn copy under Installation. For example:
npx shadcn@latest add https://amro-ui.vercel.app/r/lead-fit-meter.jsonThe 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
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.jsonUse 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:
npm install @amro-ui/react