Code
Kalendar – An Elementary Compose Calendar

This is a calendar to integrate Calendar with Custom design in your jetpack compose project.You can also add list of events for your days. Made with for Android Developers by Himanshu
Introduction
With Compose getting the attention, it was about time to have its own Calendar. Kalendar is all about it with the customization and design.
Kalendar Setup
To add Kalendar, add this dependency,
dependencies {
.....
implementation("com.himanshoe:kalendar:1.1.0")
}
or to use Kalendar Endlos, add this dependency,
dependencies {
.....
implementation("com.himanshoe:kalendar-endlos:1.0.0")
}
