nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.
https://vcalendar.io
MIT License
4.38k stars 856 forks source link

Split out the vue popover components as a standalone library #1444

Open brianmuse opened 7 months ago

brianmuse commented 7 months ago

This library low-key has the nicest vue3 implementation of popper, but it's hard to untangle and utilize without all the date picker stuff.

It would make a really great standalone library, in itself.

As I was working on a form that used this library, I realized that I wanted additional interactions and controls within popovers, but also wanted a consistent experience. It was hard to find another vue3 popper wrapped that worked as well as what you've built into this component.