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

Vaadin Flow Java API for vaadin/vaadin-date-time-picker Web Component

License

Notifications You must be signed in to change notification settings

vaadin/vaadin-date-time-picker-flow

Repository files navigation

⚠️ This repository is deprecated

DateTimePicker component for Vaadin Flow

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

master branch is the latest version that will at some point be released in the Vaadin platform. See other branches for other framework versions.

Running the component demo

Run from the command line:

  • mvn -pl vaadin-date-time-picker-flow-demo -Pwar install jetty:run

Then navigate to http://localhost:9998/vaadin-date-time-picker

Running Integration tests

For running the integration test views execute one of the following lines depending on the desired mode

  • mvn -pl vaadin-date-time-picker-flow-integration-tests clean jetty:run

Then navigate to http://localhost:9998/

For running all integration tests execute

  • mvn clean install verify

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-date-time-picker-flow</artifactId>
    <version>${component.version}</version>
</dependency>

Flow documentation

Documentation for flow can be found in Flow documentation.

Contributing

License

Apache License 2.0

About

Vaadin Flow Java API for vaadin/vaadin-date-time-picker Web Component

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages