sigmadeltasoftware / CalPose

Android/Jetpack Compose library for Calendar rendering
61 stars 15 forks source link

Widget-free calendar. #10

Closed varpihovsky closed 2 years ago

varpihovsky commented 3 years ago

Warning, client code won't work if this feature will be accepted! Majorly because of style-based configurations adding.

Hello, I tried to make configurable calendar but without widgets defining. In new Calpose function are style or modifiers configurations, but you haven't to define widgets by yourself. You can see preview in DefaultPreview. I would be glad if you give some suggestions about this feature enhancement or edit it by yourself.

Sorry for giant PR.