1.2.4 • Published 4 years ago

@clubajax/date-picker v1.2.4

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

Date Picker

Calendar custom elements, including a date picker and a date range picker.

Installation

To install:

npm install @clubajax/date-picker

Bower will also work.

You can also clone the repository with your generic clone commands as a standalone repository or submodule.

git clone git://github.com/clubajax/date-picker.git

Demo

See the demo here.

Dependencies

BaseComponent is used as a base for custom elements, and the polyfill is so it works on any modern browser.

date-input

An input with the text restricted to a date format. On focus, opens a date-picker calendar.

Usage:

<date-input value="12/25/2017" label="Enter Date" name="date-field" />

date-range-input

An input with the text restricted to two date formats. On focus, opens a date-range-picker calendar.

Usage:

<date-range-input value="11/20/2017 - 12/25/2017" label="Enter Range" name="range-field" />

date-range-inputs

Two inputs that are linked to create one date range.

Usage:

<date-range-inputs value="11/20/2017 - 12/25/2017" label="Enter Range" name="range-field" />

Both components will emit change events, upon completion of a valid date.

Attributes

  • min Do not allow a date selection before this date
  • max Do not allow a date selection after this date

Usage:

<date-input value="12/25/2017" label="Enter Date" name="date-field" min="12/05/2017" max="12/31/2017" />

License

Free as in beer.

1.2.4

4 years ago

1.2.0

4 years ago

1.2.1

4 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.11

6 years ago

1.0.9

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.11.0

6 years ago

0.10.11

6 years ago

0.10.10

6 years ago

0.10.9

6 years ago

0.10.8

7 years ago

0.10.7

7 years ago

0.10.6

7 years ago

0.10.5

7 years ago

0.10.4

7 years ago

0.10.3

7 years ago

0.10.2

7 years ago

0.10.1

7 years ago

0.10.0

7 years ago

0.9.2

7 years ago