We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Thanks for this nice library. Works great and is very modular :).
On this line: https://github.com/PawanKolhe/color-calendar/blob/master/src/modules/day/day.ts#L256 the code adds a bullet when an event has a date. Something that might be a good addition is a way to add multiple bullets for each event on a date. Is this already possible? If not? Would love to see it added in the near future.
Thanks!
The text was updated successfully, but these errors were encountered:
This is a great idea, and I would like to add a suggestion, In EventData, add possibilities to set color
{ start: string, end: string, color: '#fff' }
Sorry, something went wrong.
No branches or pull requests
Hi,
Thanks for this nice library. Works great and is very modular :).
On this line: https://github.com/PawanKolhe/color-calendar/blob/master/src/modules/day/day.ts#L256 the code adds a bullet when an event has a date. Something that might be a good addition is a way to add multiple bullets for each event on a date. Is this already possible? If not? Would love to see it added in the near future.
Thanks!
The text was updated successfully, but these errors were encountered: