Round send/stop button for AI chat input — idle, typing, streaming states. Self-contained port from 21st.dev Agent Elements.
import { SendButton } from "@/components/ui/send-button"; export default function DemoOne() { return <SendButton />; }
Part of Agent Elements — browse the full library on 21st.dev.