AddressField
A field component to display Ethereum Addresses.
Usage
Demonstration
Props
address
address
Adress to display in the field.
Example:
autofocus
autofocus
Focus the text field when the component gets mounted.
icon
icon
Icon to display in the field. Can pass anything that can be rendered, such as num, string, DOM elements, an array of them, or fragments that contain them.
Example:
Last updated