svelte-datepicker
svelte-datepicker copied to clipboard
A lightweight datepicker written in Svelte
Steps taken: 1. npm install --save @beyonk/svelte-datepicker 2. npm run dev Result:  Environment: svelte - 3.42.3 node - 14.16.0 npm - 7.24.0...
When skimming the code, I found a `trigger` prop of the `DatePicker` component. Unfortunately, I could not find further information about how to use that, and I'm not familiar enough...
I tried to add custom names for days and months , I'm guessing it's not implemented yet.
I love what you've done here. 😊 If it is possible to build a framework-agnostic version ([WebComponent](https://developer.mozilla.org/en-US/docs/Web/Web_Components)), that would be lovely. I found an unvetted guide [here on DEV.to](https://dev.to/silvio/how-to-create-a-web-components-in-svelte-2g4j) by...
I'm planning to use this in a client project and would prefer if I could donate and support the project. This would help me avoid a complete library swap down...
It would be quite cool to have the possibility to select between years in the calendar. It could be similar to the month overview we currently have, but with the...
See: https://svelte.dev/repl/0062ae61dfb34507801ec5b38e344609?version=3.31.2 While the selected underlying value updates, the formatted value doesn't update accordingly. I need the date picker value and formatted value to react to `svelte-forms-lib` `updateIntialValues()` after a...
We would really love to show the datepicker in german to our customers. I just had a look at the current implementation, and it seems quite hard to do this...
See REPL: https://svelte.dev/repl/ce9459e1e2dc45f9b0786487654e112e?version=3.35.0 Then select a date far in the future say, 22nd nov 2021, for both start and end Note that re-opening the calendar shows the left hand pane...
Is there a way to override the default behavior of having the calendar open in a popover and instead have the calendar displayed inline? If so, I'd be willing to...