Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

vaadin/vaadin-avatar-flow

Repository files navigation

Avatar Component for Vaadin Flow

This project is the Component wrapper implementation of <vaadin-avatar> element for use from the server side with Vaadin Flow.

⚠️ This repository is deprecated

Running the component demo

Run from the command line:

  • mvn -pl vaadin-avatar-flow-demo -Pwar install jetty:run

Then navigate to http://localhost:9998/vaadin-avatar to view the demo.

Installing the component

Run from the command line:

  • mvn clean install -DskipTests

Using the component in a Flow application

To use the component in an application using maven, add the following dependency to your pom.xml:

<dependency>
    <groupId>com.vaadin</groupId>
    <artifactId>vaadin-avatar-flow</artifactId>
    <version>${component.version}</version>
</dependency>

Flow documentation

Documentation for Flow can be found on vaadin.com website or on GitHub.

Contributing

License

Apache License 2.0

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages