simplecalendar

Datepicker / calendar plugin

Usage no npm install needed!

<script type="module">
  import simplecalendar from 'https://cdn.skypack.dev/simplecalendar';
</script>

README

simplecalendar

Datepicker / Calendar plugin

Option example for allowed data range

{
    allowedDates: {
        from: '2016-02-22',
        to: '2016-02-28'
    }
}