Animated and interactive AI chat input component.
Loading preview...
import { AIChatInput } from "@/components/ui/ai-chat-input" const Demo = () => { return ( <> <AIChatInput/> </> ) } export {Demo}