Any alternative for Vaadin 14?

Any alternative for Vaadin 14?

You can use this add-on:

<dependency>
	<groupId>com.vaadin</groupId>
	<artifactId>vaadin-avatar-flow</artifactId>
	<version>1.0.1</version>
</dependency>

It’s not yet part of the official Vaadin 14, but it’s included in Vaadin 18.

There are some examples here: https://github.com/vaadin/vaadin-avatar-flow/blob/master/vaadin-avatar-flow-demo/src/main/java/com/vaadin/flow/component/avatar/demo/AvatarView.java