Components
Open ended prompt inputs that can be used in AI conversations and other natural language prompting
Loading preview...
import { Component } from "@/components/ui/ai-chat-input";
const DemoOne = () => {
return <Component />;
};
export { DemoOne };