Skip to content

Commit 6796766

Browse files
committed
feat: dispatch attribute changes, support for iframes
1 parent d6b5c93 commit 6796766

5 files changed

Lines changed: 557 additions & 761 deletions

File tree

demo/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ <h1 id="new" class="background:green">testing</h1>
2121
<div class="padding:5px height:100vh overflow:auto">
2222
<form>
2323

24-
<input attribute="myAttribute" type="text" class="floating-label attr" placeholder="Draggable" attribute-target="#canvas;#new">
25-
<input id="margin-left" class="floating-label z-index:0 text_color" placeholder="margin-left" attribute="classstyle" attribute-property="margin-left" attribute-target="#canvas;#new" active>
24+
<input attribute="myAttribute" type="text" class="floating-label attr" placeholder="Draggable" attribute-target="#new">
25+
<input id="margin-left" class="floating-label z-index:0 text_color" placeholder="margin-left" attribute="classstyle" attribute-property="margin-left" attribute-target="#new" active>
2626

2727
<input class="floating-label z-index:0 text_color" placeholder="background" attribute="style" attribute-property="background" attribute-target="#new" active>
2828

0 commit comments

Comments
 (0)