ClickerMonkey / dayspan-vuetify

A collection of components that visualizes DaySpan Calendars and Schedules using Vuetify
MIT License
1.16k stars 254 forks source link

dsDay overwrite #213

Closed aleksajaw closed 2 years ago

aleksajaw commented 4 years ago

Can I overwrite ONLY dsDay, not whole dsCalendar? I mean, I want to make a small button with the text " more ..." if there are more than 3 events on a given day. (If there are 3 events, they're still displayed.) Clicking the button will display a small window with all events for the day. I know, I could make it with css, js and display:none/display:block etc., but I want to break the loop inside day when it's enough events...