CLI
Installing Vengeance UI with the shadcn CLI
Initialization
Use the init command to initialize a new shadcn project before adding registry components.
bash
npx shadcn@latest initcode
Add components
Use the add command with the Vengeance UI registry URL from any component page.
bash
npx shadcn@latest add https://www.vengenceui.com/r/animated-rays.jsoncode
Monorepo
In a monorepo, pass the workspace path with -c or --cwd.
bash
npx shadcn@latest add https://www.vengenceui.com/r/animated-rays.json -c ./apps/webNamespaced registry
If you prefer short component names, add a registry alias to components.json.
components.json
bash
npx shadcn@latest add @vengeanceui/animated-rays