JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Window › Dynamic content › Reply To: Dynamic content
May 11, 2020 at 1:05 pm
#100747
Member
Hi Christopher,
Can I do that without external CSS?
I mean if I do this:
<smart-window>
<button style=”position: absolute; left: 20px; top: 60px;”>Hello</button>
</smart-window>
Then the button has the position applied. I’d like to do the same with document.createElement() and windowComponent.appendChild().