Hi, is there any example of how to integrate non-C...
# compose-web
r
Hi, is there any example of how to integrate non-Compose UI components in a Compose wasm app? For example, putting a Google Map inside a box container.
k
You may take a look at https://github.com/ShreyashKore/wonderous_compose There is osm map view integrated to the compose (as synchronized by a position div)
💯 1
r
That's what I was looking for, thank you 🙂 Hopefully as wasm support progresses this is documented in the official docs as well.