Skip to content
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

Add hook to annotate more CSS classes on events #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

optilude
Copy link
Contributor

This allows us pass a prop addEventClass which can return an object or string (whatever classnames() accepts) with additional CSS classes to apply to the event.

This means we can for example colour-code events depending on some metadata. Better yet because it's done for each day, we can style different days of the same event differently if required.

This allows us pass a prop `addEventClass` which can return an object or string (whatever `classnames()` accepts) with additional CSS classes to apply to the event.

This means we can for example colour-code events depending on some metadata. Better yet because it's done for each day, we can style different days of the same event differently if required.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant