0.0.4 • Published 2 years ago

@neiwad/svelte-calendar v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

🗓️ Svelte Calendar

A simple Svelte calendar that can act as a date picker.

Props

Please note that all dates are on the YYYY-MM-DD format.

NameDescriptionTypeDefaultisReactive
modeThe mode of the calendar : display, single or multipleStringsingleFalse
localeThe locale of the calendar (FR / EN)StringenFalse
minDateThe minimun allowed date of the calendarStringnullFalse
maxDateThe maximum allowed date of the calendarStringnullFalse
disabledDatesArray of disabled datesString[][]False
maxSelectableDatesMaximum of date selectable in multiple modeNumber2False
selectedDateDate selected on single modeStringnullTrue
selectedDatesArray of selected dates on multiple modeString[][]True

Behavior

  • selectedDate and selectedDates are reset when mode is updated.
0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago