I already mentioned this in some reply thread, but...
# compose-web
m
I already mentioned this in some reply thread, but I started working on a project to implement the material design 3 web components as a library for Kotlin compose html. This is still very very alpha, but maybe people wanting to experiment can check it out: https://github.com/mminke/kotlin-compose-web-material3
đŸ‘đŸ» 3
👍 9
btw in this project there is also an example project which shows the currently available components. A screenshot to give an impression:

https://raw.githubusercontent.com/mminke/kotlin-compose-web-material3/master/example/docs/screenshot.pngâ–Ÿ

p
How would it be different from https://github.com/mpetuska/kmdc?
Oh, is it about the specific version 3?
m
yes, and it uses the currently being developed web components for MD3.
Those Web Components are being developed by Google and this is just a Kotlin layer, making them usable in Kotlin Compose html
I managed to publish the example app as a github page: https://mminke.github.io/kotlin-compose-web-material3/