Components
Loading preview...
A clean, task-focused AI assistant panel, welcoming, structured, and equipped with quick actions, input, and model controls for seamless interaction.
@ahmedmayara
npx shadcn@latest add https://21st.dev/r/ahmedmayara/ai-assistant-cardimport { Component } from "@/components/ui/ai-assistant-card";
export default function DemoOne() {
return <Component />;
}