Skip to main content
The props for the CopyAddress component.

See

CopyAddress

Extends

  • Omit<HTMLAttributes<HTMLDivElement>, "children">

Properties

PropertyTypeDescriptionOverrides
addressstringThe address to copy.-
label?stringThe label for the input.-
onCopy?() => voidA function to call when the address copy button is clicked.Omit.onCopy
onCopySuccess?() => voidA function to call when the address is copied successfully.-