Expose EmojiAvatar Component in RainbowKit #2266
misterjame
started this conversation in
Ideas
Replies: 1 comment
-
Will evaluate. You're welcome to drop our implementation into your codebase in the meantime: https://github.com/rainbow-me/rainbowkit/blob/main/packages/rainbowkit/src/components/Avatar/emojiAvatarForAddress.ts |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’d like to request that RainbowKit exposes its
EmojiAvatar
component (or a similar API) so developers can use the familiar avatar representation (color + emoji) in their custom implementations. Currently, the docs allow customizing the avatar using the address to map a color, but there’s no easy way to include the emoji, which is a key part of RainbowKit’s visual identity.Users are already used to the default avatar style, and reimplementing the emoji mapping logic outside of RainbowKit is redundant and error-prone. It would be great if we could use the same color + emoji combination that RainbowKit provides by default.
Beta Was this translation helpful? Give feedback.
All reactions