Install editable, fluid motion-powered UI directly into your app.
The installation flow is intentionally simple: pick a component, run the command, and keep the generated source files inside your own app. That gives your team immediate ownership over fluid motion, styling, structure, and accessibility decisions.
The default path mirrors the way shadcn-style registries are meant to be used. Install a single component first, confirm the generated files look right in your project, and then repeat the same flow as your interface grows.
npx shadcn@latest add @iconiq/b-buttonIf you want to reference a specific registry file directly, you can install from the hosted JSON path instead of the scoped package name. This is useful when you want the exact source URL in front of you during review or automation.
npx shadcn@latest add https://iconiqui.com/r/button.json