Components
Loading preview...
A block for AI product for prompting and tool usage.
npx shadcn@latest add https://21st.dev/r/preetsuthar17/ai-chat-input-blockimport BasicAIChatInput from "@/components/ui/ai-chat-input-block";
export default function DemoOne() {
return <BasicAIChatInput />;
}