Docs
Copy Button
Copy Button
A button component that copies content to clipboard with visual feedback.
The CopyButton component provides a simple way to copy text to the clipboard with visual feedback using a check mark animation when successful.
Installation
Usage
Props
Prop | Type | Description |
---|---|---|
content | string | The text content to be copied to clipboard |
copyMessage? | string | Optional custom message to show when content is copied |