Simple date & time picker implemented in svelte.
Features:
- date/time/datetime/range picker mode
- various formatting options
- keyboard navigation
- replacable slots
- themable
- customizable disabled dates
npm install svelty-picker
If you need svelte 4 version:
npm install svelty-picker@5
For more details check the documentation
- Bootstrap datepicker for some internal date and format handling
MIT