File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Expand file tree Collapse file tree 2 files changed +27
-2
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 >1.0.0</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 )
Original file line number Diff line number Diff line change 12
12
<version >1.0.1-SNAPSHOT</version >
13
13
14
14
<name >Vaadin DateRangePicker</name >
15
+ <description >Vaadin DateRangePicker</description >
15
16
<url >https://github.com/xdev-software/vaadin-date-range-picker</url >
17
+
18
+ <scm >
19
+ <url >https://github.com/xdev-software/vaadin-date-range-picker</url >
20
+ <connection >https://github.com/xdev-software/vaadin-date-range-picker.git</connection >
21
+ </scm >
16
22
17
23
<inceptionYear >2020</inceptionYear >
18
24
19
25
<organization >
20
26
<name >XDEV Software</name >
21
- <url >https://xdev-software.com </url >
27
+ <url >https://xdev-software.de </url >
22
28
</organization >
29
+
30
+ <developers >
31
+ <developer >
32
+ <name >XDEV Software</name >
33
+ <organization >XDEV Software</organization >
34
+ <url >https://www.xdev-software.de</url >
35
+ </developer >
36
+ </developers >
23
37
24
38
<licenses >
25
39
<license >
You can’t perform that action at this time.
0 commit comments