Components
Loading preview...
Here is Promt Input with Actions component
@motion-primitives
npx shadcn@latest add https://21st.dev/r/ibelick/promt-input-with-actionsimport { PromptInputWithActions } from "@/components/ui/promt-input-with-actions";
export default function DemoOne() {
return <PromptInputWithActions />;
}