Documentation

Everything you need to get started with Clamo UI

Installation
Get started by installing Clamo UI in your project
npx shadcn@latest init

Initialize shadcn/ui in your Next.js project, then add Clamo UI components as needed.

Add Components
Install individual components from the Clamo UI registry
npx shadcn@latest add @clamo/button

Add the @clamo registry to your components.json and start installing components.

Components
Browse all available UI components
Examples
See real-world examples and blocks

Configuration

Add the Clamo UI registry to your components.json:

{
  "registries": {
    "@clamo": "https://your-domain.com/r/{name}.json"
  }
}