Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<EthAddress /> #1

Closed
talentlessguy opened this issue Aug 17, 2021 · 0 comments · Fixed by #4
Closed

<EthAddress /> #1

talentlessguy opened this issue Aug 17, 2021 · 0 comments · Fixed by #4

Comments

@talentlessguy
Copy link
Contributor

talentlessguy commented Aug 17, 2021

Description

A view-only UI component to display Ethereum address and ENS properties like a profile pic. Shouldn't be tied to an address for use-cases like listing all the addresses inside of a badge

UI

image

Example

<EthAddress
  addr="0x..."
  profileIcon="https://.." // optional, if not set and `avatar` found in ENS it's set to that, otherwise can pass manually
  classNames={{
    profileIcon: '...',
    container: '...',
    address: '...'
  }}
/>
zhy023 added a commit to zhy023/rainbowkit that referenced this issue Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant