Jonathan Greenemeier

Results 15 comments of Jonathan Greenemeier

Did you know that you can provide your own button/trigger for the calendar? I'm happy to add more theming capabilities to the default trigger but providing your own button/input/etc is...

You cannot, currently. But that could be changed.

Hey @mtrevor - thanks for using the calendar and sharing your experience. The latest updates were intentionally versioned as a major release to warn of possible breaking changes as it...

That's an interesting idea. The way the popover component works right now is intentional but this might be a nice enhancement (I've labeled it as such). I'm not sure it's...

The theming can be used to style the [background and text color of the default button/trigger](https://github.com/6eDesign/svelte-calendar/blob/master/src/lib/components/Datepicker.svelte#L64-L65) for opening the calendar (it shares these css variables with the calendar). I could...

https://github.com/IBM/sveld A coworker recommended this approach.

I have rewritten this component using svelte kit and used `svelte-kit package` to publish the package along with various type files. I am not personally using typescript in my projects....

oops - didn't mean to close.

Start and end are not currently reactive (and probably should be). In the meantime you do have access to the datepicker store and can achieve this type of functionality like...

This could be a fun addition, as could date/datetime-ranges. I'll label this as an enhancement and will give it a shot when I have some time. Always happy to accept...