https://kotlinlang.org logo
#compose-web
Title
# compose-web
a

Arjan van Wieringen

11/11/2023, 9:34 PM
Is there actually any chance of Compose HTML going to WASM?
r

Robert Jaros

11/11/2023, 9:46 PM
I'm working on a project https://github.com/rjaros/kilua, which might interest you. It's a different implementation of compose html, supporting both wasm and js targets.
a

Arjan van Wieringen

11/12/2023, 12:33 PM
That looks great. I’ll definitely take a look!
r

rocketraman

11/13/2023, 10:15 PM
Very cool @Robert Jaros Looking forward to seeing that develop.
s

suresh

11/17/2023, 2:21 AM
• Ready to use components for all typical web application use cases.
@Robert Jaros This looks nice! Can we expect it to have some basic layout components as well? What about navigation and theming? Sorry, I know it’s a bit early to ask these kinds of questions, but I can’t hide my excitement 😄
r

Robert Jaros

11/17/2023, 6:12 AM
Some layout components are already implemented (Flex, VPanel, HPanel, Grid, SplitPanel), but I'm not sure if this is what you are asking about. Kilua also has routing components copied from https://github.com/hfhbd/routing-compose (since the original project doesn't support wasm target yet). There is no theming yet, but I plan to add Bootstrap module soon with Bootstrap components and themes (including dark mode).
👍 1
s

suresh

11/17/2023, 4:16 PM
@Robert Jaros that’s nice. I was talking about the same including navbar, hero, footers, drawers etc
6 Views