Material UI for Jetpack Compose for Web

300 Views Asked by At

I wanted to try out the current state of Jetpack Compose for a simple web application (no Android App). Starting off with the compose-jb/examples/web-landing example, I was wondering, is there already an implementation of Material Design / Material UI for Jetpack Compose for Web? And I dont mean combining Compose with React or anything, just Compose for Web.

1

There are 1 best solutions below

0
On

Compose for Web from Jetbrains, as of right now, is still in the Experimental stage. Material 3 Theme Builder does have a web export. That being said, there is Kobweb which is a web framework that uses Compose and is completely built in Kotlin. Furthermore, I've ported over the Android Color system that allows you to use the Jetpack Compose Theme from Material Theme Builder for your project.

Kobweb has a growing community that can help you get going quickly.

The Kobweb homepage can be found here.

There is also a discord server dedicated to Kobweb: discord here