Introduction
Build consistent Oros applications with accessible, reusable components.
Overview
Oros UI is the shared component system for Oros applications. It provides accessible, reusable building blocks through a shadcn-compatible registry, with source added directly to each app.
What's included
The catalog includes 70 documented components and patterns. Every component page provides a working preview, installation command, usage example, API details, and accessibility guidance. Each item has also been tested in a new Next.js app and reviewed at mobile and desktop sizes.
How it works
Add the Oros registry to your app's components.json, then install only the components you need with the shadcn CLI.
{
"registries": {
"@oros": "https://ui.oros.markets/r/{name}.json"
}
}