Components
A clean, task-focused AI assistant panel, welcoming, structured, and equipped with quick actions, input, and model controls for seamless interaction.
Loading preview...
import { Component } from "@/components/ui/ai-assistant-card";
export default function DemoOne() {
return <Component />;
}