Directory

← Back

Gravatars Add-on

Add-on for displaying gravatar icons and profiles in vaadin framework

Author

Contributors

Rating

This add-on provides links to gravatar icons and profiles as external resources.

Sample code

Link link = new Link("with link to profile page",
    GravatarResource.builder().build().getProfile("can@bican.net"));
link.setIcon(GravatarResource.builder().build().get("can@bican.net"));
l.addComponent(link);
layout.addComponent(l);

Links

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Released
2017-10-26
Maturity
STABLE
License
Apache License 2.0

Compatibility

Framework
Vaadin 8.1+
Browser
Browser Independent
Online