-
-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QUESTION] - Is there a way to customize the cell content color using scoped slots #574
Comments
try this:
|
after adding another element to the styles (height: 100%), the title will occupy the entire height of the event cell Other part you can customize:
https://antoniandre.github.io/vue-cal/#ex--custom-event-rendering |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, i'm new using the lib and I wanna know if is possible to set event colors dinamically using a scoped slot.
e.g:
in cell-content slot:
or maybe at event scoped slot:
Checking the docs i've saw you guys passed a key
class
to events, and define then atstyle
tag, but that's not necessarily what I want. The main use case for this is to make it possible the client choose the color he wants for each event.Thanks in advance
The text was updated successfully, but these errors were encountered: