dokar3 / ChipTextField

Editable chip layout for Compose Multiplatform
Apache License 2.0
81 stars 3 forks source link

Any plans for Material3 components? #76

Closed ammargitham closed 1 year ago

ammargitham commented 1 year ago

It looks like the library only has Material 2 components. Any plans for Material 3?

dokar3 commented 1 year ago

Sorry, Haven't tried M3 yet and I haven't had much time to work on Android/Compose recently, so there are no new feature plans in the near future.

ammargitham commented 1 year ago

Okay. Let me see if I can do the changes and make a PR.

dokar3 commented 1 year ago

That's nice, glad to see that.

ammargitham commented 1 year ago

It seems I can just change the chipStyle to match the material 3 chip. So that should be sufficient for now.