Components
Starting preview...
Animated and interactive AI chat input component.
npx shadcn@latest add https://21st.dev/r/preetsuthar17/ai-chat-inputimport { AIChatInput } from "@/components/ui/ai-chat-input"
const Demo = () => {
return (
<>
<AIChatInput/>
</>
)
}
export {Demo}