6eDesign / svelte-calendar

A lightweight datepicker with neat animations and a unique UX.
https://6edesign.github.io/svelte-calendar/
MIT License
543 stars 90 forks source link

Add dayClicked event #160

Open ravarage opened 2 years ago

ravarage commented 2 years ago

add dayClciked event, add event its important, to trigger when a user does a certain action when user clicks on a day it gives store back to function event and it can be accessed using event.detail or you can access date in store as before up to you