Installation
Add Oros component source to your app with pnpm and shadcn CLI 4.13.0.
How installation works
Oros uses an open-code registry. The CLI installs required packages and component dependencies, then writes the selected source files into your app. You own the installed code and can review it in the same pull request as the rest of your changes.
Install a component
Every installation command uses pnpm and shadcn CLI 4.13.0. This Button command has been tested in a new app using the base-nova style.
pnpm dlx shadcn@4.13.0 add @oros/buttonInstalled files
With the standard aliases, Button is written to components/ui/button.tsx. Package-specific imports are rewritten to the paths from your components.json, so the installed file does not depend on @oros/ui.
Quality checks
Every catalog item has been installed and typechecked in a new app. The Registry page explains the checks applied to the complete catalog.