Changed: DB Params
This commit is contained in:
30
templ/generator/test-element-attributes/expected.html
Normal file
30
templ/generator/test-element-attributes/expected.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<style type="text/css">
|
||||
.important_2ed176fc{width:100;}
|
||||
</style>
|
||||
<div style="width: 100;">
|
||||
Important
|
||||
</div>
|
||||
<style type="text/css">
|
||||
.unimportant_900aeb18{width:50;}
|
||||
</style>
|
||||
<div style="width: 100;" class="unimportant_900aeb18">
|
||||
Unimportant
|
||||
</div>
|
||||
<div style="width: 100;" class="unimportant_900aeb18">
|
||||
Else
|
||||
</div>
|
||||
<div data-script="on click
|
||||
do something
|
||||
end">
|
||||
</div>
|
||||
|
||||
<h2>HTMX Wildcard attribute</h2>
|
||||
|
||||
<form
|
||||
hx-post="/api/secret/unlock"
|
||||
hx-target="#secret"
|
||||
hx-target-*="#errors"
|
||||
hx-indicator="#loading-indicator"
|
||||
>
|
||||
<input type="button" value="Unlock"/>
|
||||
</form>
|
Reference in New Issue
Block a user