vaadin / vaadin-time-picker-flow

Vaadin Flow Java API for vaadin/vaadin-time-picker Web Component
https://vaadin.com/components/vaadin-time-picker
Other
6 stars 11 forks source link

⚠️ This repository is deprecated

TimePicker Component for Vaadin Flow

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

Running the component demo

Run from the command line:

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

Running Integration tests

For running integration tests demos execute one of the following lines depending on the desired mode

Then navigate to integration tests URLs for see integration tests views.

Installing the component

Run from the command line:

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-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