Components
npx shadcn@latest add https://21st.dev/r/ibelick/promt-input-with-actionsLoading preview...
import { PromptInputWithActions } from "@/components/ui/promt-input-with-actions";
export default function DemoOne() {
return <PromptInputWithActions />;
}
Loading preview...
Loading preview...