Copy Button
Buttons
Click-to-copy button with AnimatePresence-powered animated transition between copy icon and checkmark feedback, clipboard API with fallback.
Loading preview...
Customize
Text to Copy
Label
Props
| Prop | Type | Default | Description |
|---|---|---|---|
text | string | — | Text to copy to clipboard. |
children | React.ReactNode | undefined | Custom button label. Defaults to 'Copy' / 'Copied!'. |
className | string | '' | Additional CSS classes. |