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

Set styles for each event #526

Open zlodey509 opened 1 year ago

zlodey509 commented 1 year ago

I need event.style property thet can add inline style to event cuz I get styles dynamic by API

lehoaibaokg commented 1 year ago

Yes. You can do that by adding more additional properties that store the styles to each event in the list and use the event slot to apply the custom styles. Reference: https://antoniandre.github.io/vue-cal/#ex--custom-event-rendering