Incubator Avatar - Vaadin Add-on Directory
Displays an image or abbreviations that represents the user's avatar.## Usage
Avatar is a visual identifier that represents a user by showing an image or a name abbreviation (in case an image is not set).
A tooltip (enabled by default) can be enabled or disabled to display the name of the avatar when hovering on top of it.
The abbreviation is generated from the Avatar's name initials. E.g. "John Smith" becomes "JS".
### Client-side implementation
This is the server-side (Java) API for Vaadin Platform for the Avatar component. Looking for the client-side version? It can be found here: https://vaadin.com/directory/component/vaadin-component-factoryvcf-avatar
### Component Factory
What is Vaadin Component Factory? https://vaadin.com/components/incubator
### Vaadin Prime
This component is part of Vaadin Prime. Still, open source you need to have a valid CVAL license in order to use it. Read more at: vaadin.com/pricing
Source CodeOnline Demo
Component implementation