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