@webamboos/vue-cal
v4.10.12
Published
A fork of vue-cal by Antoni Andre.
Downloads
39
Maintainers
Readme
Fork of vue-cal
This is an open source fork of Vue-Cal, a library made by Antoni Andre for Vue. Our fork contains some small changes we needed for our own project. Please go to the official documentation for more details about this library.
Main changes
- Added a new view
xdays
, similar toweek
view but allows instead of every week starting on sunday/monday, the left-most day in the view is the a date selected through the propsx-days-start="date"
andactive-view="xdays"
- Add the possibility to specify how long the interval of days is in the
xdays
view, by default it is 7. Usex-days-interval
prop. Warning: not tested for other values.
At the moment, our changes are not ready to be PR'd into upstream. We also added support for typescript in the hopes of rewriting the library to use script setup
however we have some more research to do into this library.