Developer Workflow
CLI
Infinity UI now exposes a shadcn-compatible registry install flow for dropping component source into your project. Use the commands below as the current supported pattern.
Example command
npx shadcn@latest add https://infinityui-pearl.vercel.app/r/glow-border-cardExample command
npx shadcn@latest add https://infinityui-pearl.vercel.app/r/page-toc-railExample command
npx shadcn@latest add https://infinityui-pearl.vercel.app/r/animated-tab-barCurrent Status
Infinity UI does not yet ship its own branded npm CLI. The supported path today is a shadcn-style registry URL per component, plus per-component npm dependency commands shown on each docs page.