Copy text to clipboard with feedback.
import { CopyButton } from "@/components/ui";<CopyButton text="Text to copy" />Icon-only or with label
<div className="flex items-center gap-4"> <CopyButton text="Text to copy" variant="icon" /> <CopyButton text="Text to copy" variant="button" /></div>Handle copy event
<CopyButton text="API_KEY_12345" onCopy={(text) => toast.success("API key copied!")}/>Configure your app with the features you need and download production-ready code.
Start Configuring