CopyButton
The CopyButton
component provides a button that copies text to the clipboard when clicked. It includes visual feedback to indicate when the text has been copied successfully.
Usage
import { CopyButton } from '@harnessio/ui/components'
return ( <CopyButton name="Text to copy" />)
API Reference
Prop | Required | Default | Type |
---|---|---|---|
name | true | string | |
className | false | string | |
buttonVariant | false | 'custom' | ButtonProps['variant'] |
iconSize | false | 16 | number |
onClick | false | (e: MouseEvent) => void | |
color | false | 'white' | 'gray' | 'white' | 'success' |