Where can i find documentation / samples on compose for the web and desktop? What i found for the w...
d
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
#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.
d
Thanks!