6eDesign / svelte-calendar

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

A few more customizations that would help #165

Open nicholasvperry opened 1 year ago

nicholasvperry commented 1 year ago

I love this picker it is awesome. There are a few things I noticed that would help make this perfect.

It would be nice if we could resize the date button. It is very large and I would love to be able to make it smaller.

It would be nice if you could disable the animation when you click on a date. If the calendar is smaller the animation messes up and it dos not look good. It would be nice if we could disable this animation also if it automatically resized when the schedule resizes.

It would be nice if the calendar pop up would start at the top of the button and go down. When it goes up it covers my navbar. I imagine several people will have this problem as well.

You can see both of these issues in this gif:

svelte-calendar

It would be awesome if we had the ability to add our own custom inputs/buttons. I have a MVC that I am updating to svelte and our calendar has that ability to add our own custom input/buttons. image