Hallo folks. I'm using Compose Html, and I want to...
# compose-web
s
Hallo folks. I'm using Compose Html, and I want to insert some existing rendered html (which i have in a string) into a component, is that possible?
c
You can get a
ref
to the actual Dom element in the, I think,
attributes
of the compose parameters, where you the. can then set the
innerHtml
as you would do in vanilla JS. Currently not at a computer to check the exact details but it’s definable possible.
❤️ 1
s
Thanks - that set me on the right track - got it working now! :)
👍 1