Skip to main content

Address

Display an address along with a utility icon to copy the address. A blockie image representation of the address will be shown.

Address Example

Import

import { Address } from "~~/components/eth-mobile";

Usage

<Address address="0x34aA3F359A9D614239015126635CE7732c18fDF3" />

Props

PropTypeDefault ValueDescription
addressstringundefinedAddress in 0x___ format, it will resolve its ENS if it has one associated.
containerStyle (optional)ViewStyleundefinedStyle the component container.
textStyle (optional)TextStyleundefinedStyle the address.
iconStyle (optional)TextStyleundefinedStyle the copy icon.