Where can i find documentation / samples on compose for the web and desktop?
What i found for the web wasn't what i expected coming from Android. Instead of using
Box
,
Row
,
Column
, it used functions like
h1
which are closer to html.
c
Colton Idle
04/15/2021, 11:14 AM
#compose-desktop and #compose-web
In general, compose desktop works, but compose web I don't think is actually usable (I could be wrong).
I also recommend checking out https://github.com/JetBrains/compose-jb for desktop compose + android. Specifically the /examples, /templates and /tutorials.