-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
feat(Calendar): support text
slot
#13127
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13127 +/- ##
==========================================
- Coverage 93.81% 93.78% -0.03%
==========================================
Files 257 257
Lines 6999 7001 +2
Branches 1730 1731 +1
==========================================
Hits 6566 6566
- Misses 377 379 +2
Partials 56 56 ☔ View full report in Codecov by Sentry. |
I'm really looking forward to this feature getting merged and shipped soon! |
Co-authored-by: inottn <[email protected]>
text
slottext
slot
Thank you! Sorry I was a bit busy the last two weeks, I will release a new version today |
Sometimes, we want to custom the text render on calendar, like this:
This PR add a new
text
slot to implement it.