1.1.6 • Published 10 months ago

snow-datepicker v1.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Snow DatePicker

Pure (vanilla) javascript datepicker

Install

npm i snow-datepicker

Usage

import SnowDatePicker from 'snow-datepicker';
import 'snow-datepicker/snow-datepicker.css';

new SnowDatePicker('#element'[, options]);

Without package manager

<script src="https://cdn.jsdelivr.net/npm/snow-datepicker/snow-datepicker.min.js"></script>
<script>
  new SnowDatePicker('#element'[, options]);
</script>

Documentation

Download

Download the latest version of Snow DatePicker at https://www.jsdelivr.com/package/npm/snow-datepicker

Check the releases and source code of Snow DatePicker at https://github.com/janghye0k/snow-datepicker/releases

License

Snow DatePicker is MIT licensed

1.1.6

10 months ago

1.1.5

10 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.0

10 months ago