3.0.12 • Published 5 months ago

frontello-ui-datepicker v3.0.12

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

Datepicker

Easy to use.

NPM install

`npm i frontello-ui-datepicker

Usage

Form exemple

<form action="" method="">
  <div class="field">
    <label class="label">Date</label>
    <div class="value">
      <input type="date" name="date" value="2022-04-01" required>
    </div>
  </div>
  <div class="field">
    <label class="label">Date</label>
    <div class="value">
      <input type="datetime-local" name="date" value="2022-04-01" required>
    </div>
  </div>
</form>

Init

<link rel="stylesheet" href="datepicker.css">
<script src="datepicker.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
  Datepicker.init(document.querySelectorAll('input[type="date"]'));
  Datepicker.init(document.querySelectorAll('input[type="datetime-local"]'));
});
</script>
3.0.9

6 months ago

3.0.12

5 months ago

3.0.10

6 months ago

3.0.11

5 months ago

3.0.8

7 months ago

3.0.7

7 months ago

3.0.6

7 months ago

3.0.5

9 months ago

3.0.4

11 months ago

3.0.3

11 months ago

3.0.2

11 months ago

3.0.1

11 months ago

3.0.0

11 months ago

2.1.1

1 year ago

2.1.0

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago