Round attachment trigger button — plus or paperclip preset, or any custom icon. Self-contained port from 21st.dev Agent Elements.
import { AttachmentButton } from "@/components/ui/attachment-button"; export default function Demo() { return ( <div className="flex h-full w-full items-center justify-center p-8"> <AttachmentButton /> </div> ); }
Part of Agent Elements — browse the full library on 21st.dev.