Installation
Get started with Robin UI by following these simple installation steps.
Step 1: Prerequisites
- React 19+
- shadcn/ui
Step 2: Install shadcn/ui
Install shadcn/ui using your preferred package manager. https://ui.shadcn.com/docs/installation
Step 3: Install Robin UI Components
Install Robin UI components using your shadcn/ui cli.
npx shadcn@latest add "https://robinui.com/message.json"
Step 4: Import the components
Import the components into your project.
import { Message } from "@/components/ui/message"