antoniandre / vue-cal

A Vue.js full calendar, no dependency, no BS. :metal:
https://antoniandre.github.io/vue-cal/
MIT License
1.23k stars 234 forks source link

Month event display mode #513

Open steken0 opened 1 year ago

steken0 commented 1 year ago

Hi! I was playing around with the component and was wondering if it was possible to create a view similar to this? image I managed to get it working by using events-on-month-view="short" and some aggressive css but this had some unfortunate side-effects on the day-view as they utilize the same css-classes.

Adding an option to "events-on-month-view" to display events as small bubbles with different colors would be very appreciated :)