Prerequisites
Make sure your project has been set up correctly with shadcn/ui configuration. If you haven’t done this yet, follow the shadcn/ui installation guide to get started.Install Components
Once your project is configured with shadcn/ui, you can install Osmium components using the shadcn CLI:components directory.
Usage
After installation, you can import and use Osmium components in your application:- Code
- Preview
page.tsx
What Gets Installed
When you install the Chat component, Osmium will add:- Chat component: The main chat interface
- Message List: Displays conversation history
- Message Input: Handles user input and submission
- Message Item: Renders individual message content with markdown support
- Required dependencies: All necessary utilities and types

