when compose add RatingBar UI ?
# compose
r
when compose add RatingBar UI ?
k
It’s not the list of M3 components, so if it’s something you need, you need to code it yourself
☝🏼 1
🥲 1
k
I also needed it some time ago, and ending up making a reusable component out of it, it should meet your needs as well. https://github.com/7kashif/ComposeMPTweaks/blob/main/shared/src/commonMain/kotlin/com/kashif/composemptweaks/RatingBarEditable.kt
r
@Khanzada Kashif can you add image how it render at app?