Animated and interactive AI chat input component.
import { AIChatInput } from "@/components/ui/ai-chat-input" const Demo = () => { return ( <> <AIChatInput/> </> ) } export {Demo}
Part of HextaUI — browse the full library on 21st.dev.