ok ok i get it, compose is truelly a cross platfor...
# compose-web
b
ok ok i get it, compose is truelly a cross platform gui framework. but what about web?? does it just draws inside <canvas></canvas>? is there a way to compile to actual html tags or w3c web components? and how to integrate tailwind and shadCN? and i know you can compile it to js somehow but I created the project repo through kotlin multiplatform wizard https://kmp.jetbrains.com/ how to add js now (don't want to use wasm) https://kotlinlang.org/docs/js-overview.html
🧌 1
r
Compose web = canvas. If you want html tags you can use other compose based frameworks, but they are not cross platform. You can check #C04RTD72RQ8 or #C06UAH52PA7 Also I suggest you take a look: https://kilua.gitbook.io/kilua-guide/compose-world (it's a chapter from the guide for my Kilua framework).
o
The OP asked the same questions before. Consider not to feed the troll.
thanks for the quick help 🤝