Components
Loading preview...
Open ended prompt inputs that can be used in AI conversations and other natural language prompting
@baozhouqi
npx shadcn@latest add https://21st.dev/r/baozhouqi/ai-chat-inputimport { Component } from "@/components/ui/ai-chat-input";
const DemoOne = () => {
return <Component />;
};
export { DemoOne };