ContextMenu component for Vaadin Flow

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

Running the component demo

Run from the command line:

  • mvn jetty:run -PrunTests

Then navigate to http://localhost:9998/vaadin-context-menu to see 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-context-menu-flow</artifactId>
    <version>${component.version}</version>
</dependency>

Flow documentation

Documentation for flow can be found in Flow documentation.

Contributing

License

Apache License 2.0