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:
mvn -pl vaadin-time-picker-flow-demo -Pwar install jetty:run
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
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.
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-time-picker-flow</artifactId>
<version>${component.version}</version>
</dependency>
Flow documentation
Documentation for flow can be found in Flow documentation.
Contributing
- 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
License
Apache License 2.0