Components
Starting preview...
An AI chat interface, with input, file uploads, suggestions and an animated logo
@rafa-porto
npx shadcn@latest add https://21st.dev/r/rafa-porto/ai-assistant-interfaceimport * as React from "react"
import { AIAssistantInterface } from "@/components/ui/ai-assistant-interface"
export function Demo() {
return (
<div className="w-screen">
<AIAssistantInterface />
</div>
)
}