ClipboardButton
ClipboardButton(
props
):Element
A ClipboardButton
copies text to the clipboard. It can be used to copy any text value, e.g. a code snippet, a URL, or any arbitrary text.
Parameters
Parameter | Type | Description |
---|---|---|
props | ClipboardButtonProps |
Returns
Element