vkurko / calendar

Full-sized drag & drop JavaScript event calendar with resource & timeline views
https://vkurko.github.io/calendar/
MIT License
964 stars 82 forks source link

Custom header buttons #262

Closed Nicholas-Toh closed 1 month ago

Nicholas-Toh commented 1 month ago

Partially solves #159

The support is rudimentary thus far, with only text and click options with no option to pass in custom HTML. However, I really dislike passing in raw HTML as options and would rather pass it in as a slot instead. What do you think?

vkurko commented 1 month ago

This is a great start. Thanks for your contribution. I will do a review later and will definitely release this new feature.

As for the slots, I completely agree with you. However Svelte 5 will no longer have slots, so I haven't spent time on this task yet. I will need to adapt to Svelte new features when I port the code to Svelte 5.