pnpm dlx shadcn@latest add https://ui.saturation.io/r/copy-button.jsonimport { CopyButton } from "@/components/ui/copy-button"<CopyButton value="Text to copy" />Extends all Button props except children and onClick.
| Prop | Type | Default | Description |
|---|---|---|---|
value | string | — | The text to copy to clipboard. |
timeout | number | 2000 | Duration (ms) to show the copied state. |
onCopy | () => void | — | Callback fired after successful copy. |
variant | string | "ghost" | Button variant. |
size | string | "icon" | Button size. |
On This Page