ConsenSysMesh / rimble-ui

React components that implement Rimble's Design System.
https://rimble.consensys.design/
MIT License
462 stars 67 forks source link

ETH address enhancement: label #365

Open ryancreatescopy opened 4 years ago

ryancreatescopy commented 4 years ago

Is your feature request related to a problem? Please describe. ETH address doesn't have a configurable label, yet this component could be used for different types of hash: your address, a recipient address, a smart contract hash, a transaction hash. Users should be able to label it appropriately.

Describe the solution you'd like Allow the user to easily add a label to this field using a prop e.g.

<EthAddress label="Your address"

Should bear in mind the enhancement raised by: #364