-
Notifications
You must be signed in to change notification settings - Fork 842
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
[Avatar] requires more customization #693
Labels
Comments
Makes sense. Kinda went in this direction with the badge component. Can do something similar. |
Also need the ability to specify circle (user) vs square (spaces) shape. |
It might be nice to be able to hook in to the Gravatar API to use images from that service if they've signed up for it. |
Closing this one. The above PR tackled most of the issues here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was trying to use
Avatar
in its current form, but it's not working for me. Here're a few suggestions:Make color to be configurable property - usually the color of the avatar is associated with the user in more places, so mostly the color will need to be provided rather than auto-generated internally in the component
More on color - currently the color in the Avatar is limited to a set of the available visualization colors. It would be nice to remove this limitation, and instead have EUI provide a set of color generators. These generators can:
hsla
).The text was updated successfully, but these errors were encountered: