- 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-time-picker/issues
This project is the Component wrapper implementation of <vaadin-time-picker>
element
for use from the server side with Vaadin Flow.
Run from the command line:
mvn -pl vaadin-time-picker-flow-demo -Pwar install jetty:run
Then navigate to http://localhost:9998/vaadin-time-picker
to view the demo.
For running integration tests demos execute one of the following lines depending on the desired mode
mvn -pl vaadin-time-picker-flow-integration-tests clean jetty:run
mvn -pl vaadin-time-picker-flow-integration-tests clean jetty:run -Dvaadin.bowerMode
Then navigate to integration tests URLs for see integration tests views.
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-time-picker-flow</artifactId>
<version>${component.version}</version>
</dependency>
Documentation for flow can be found in Flow documentation.
- Use the coding conventions from Flow coding conventions
- Submit a pull request with detailed title and description
- Wait for response from one of Vaadin Flow team members
Apache License 2.0