Hi there,
Thank your for this great package.
It would be nice to have the ability, to highlight some days different, e.g. holidays one color and other dates with a different one.
This could be achieved, if highlightedDates would also accept an object like { '2025-03-25': 'special-color-class' }. If it is an object you would add the value to the classList of that date.
Hi there,
Thank your for this great package.
It would be nice to have the ability, to highlight some days different, e.g. holidays one color and other dates with a different one.
This could be achieved, if
highlightedDateswould also accept an object like{ '2025-03-25': 'special-color-class' }. If it is an object you would add the value to the classList of that date.