Hi, I’ve made a date picker web component for my app:
It’s really tailored to my needs (for example, it handles ISO week numbers), but you may still find some interesting bits: assets/js/components/date_picker.js · main · Brinjel / brinjel · GitLab
It plays nicely with LiveView thanks to the MutationObserver API.