Components
A versatile and modern AI prompt input component. It features a text area with a character counter, a "Regenerate" trigger, and built-in action buttons for File Attachments, Voice Commands, and Template selection.
Loading preview...
import { Component } from "@/components/ui/ai-prompt-input-with-actions";
export default function DemoOne() {
return <Component />;
}