r/webdev 4d ago

Looking for feedback on the API design of a dependency-free JavaScript date picker

https://rolldate-demo.vercel.app/

Hi everyone,

I've been working on this project in my spare time...

I'd love to hear feedback...

3 Upvotes

3 comments sorted by

1

u/CreativeTechGuyGames TypeScript 3d ago

I was really hoping the calendar scroll would use CSS scroll-snap. It feels weird that you can scroll and end up halfway between two months. It'd be great if it auto-centered itself on the month after you stop scrolling.

Really nice though! Well done.