shadcn registry (the install command)
Every Magic UI component installs this way — one command per component, in any shadcn/ui project.
npx shadcn@latest add @magicui/marquee
Copies marquee.tsx into components/ui/ (the shadcn `ui` alias) and adds the Motion dependency if it is missing. Swap marquee for any component slug from the docs; several items can go in one command. Older guides show the older URL form (add 'https://magicui.design/r/marquee') — it still resolves.