This project is the Component wrapper implementation of <vaadin-avatar>
element for use from the server side with Vaadin Flow.
- Sources for this flow component can be found at https://github.com/vaadin/vaadin-flow-components
- Tickets has been moved to the web component repository https://github.com/vaadin/vaadin-avatar/issues
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.
Run from the command line:
mvn clean install -DskipTests
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>
Documentation for Flow can be found on vaadin.com website or on GitHub.
- Use the coding conventions from Flow coding conventions
- Submit a pull request with detailed title and description
- Wait for response from one of Vaadin CE team members
Apache License 2.0