Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

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.-