This project is the Component wrapper implementation of <vaadin-popover>
element for use from the server side with Vaadin Flow.
To use the component in an application using maven,
add the following dependency to your pom.xml
:
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-popover-flow</artifactId>
<version>${component.version}</version>
</dependency>
Apache License 2.0