File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Build] ( https://img.shields.io/github/workflow/status/xdev-software/vaadin-date-range-picker/Master%20CI )] ( https://github.com/xdev-software/vaadin-date-range-picker/actions?query=workflow%3A%22Master+CI%22 )
2
+ [ ![ Latest version] ( https://img.shields.io/maven-central/v/com.xdev-software/vaadin-date-range-picker )] ( https://mvnrepository.com/artifact/com.xdev-software/vaadin-date-range-picker )
2
3
[ ![ Build Develop] ( https://img.shields.io/github/workflow/status/xdev-software/vaadin-date-range-picker/Develop%20CI?label=build%20develop )] ( https://github.com/xdev-software/vaadin-date-range-picker/actions?query=workflow%3A%22Develop+CI%22 )
3
4
4
5
# vaadin-date-range-picker
5
6
A Vaadin Flow DateRangePicker implementation
6
7
7
8
![ demo] ( demo.png )
8
9
10
+ ## Installation
11
+ Add the following lines to your pom:
12
+ ``` XML
13
+ <dependency >
14
+ <groupId >com.xdev-software</groupId >
15
+ <artifactId >vaadin-date-range-picker</artifactId >
16
+ <version >LATEST</version >
17
+ </dependency >
18
+ ```
19
+
9
20
## Run the Demo
10
21
* Checkout the repo
11
22
* Run `` mvn clean package ``
12
23
* Navigate into `` vaadin-date-range-picker-demo ``
13
24
* Run `` mvn jetty:run ``
14
25
* Open http://localhost:8080
15
26
16
- Demo:
27
+ Example:< br />
17
28
![ demo] ( demo.gif )
You can’t perform that action at this time.
0 commit comments