Skip to content

Commit

Permalink
Fix htmx/shoelace markup
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelazaroff committed Jan 26, 2024
1 parent c1346ca commit 633236b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htmx/load-modal-content-when-shoelace-dialog-opens.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ If parts of the modal don't need to be loaded via HTTP — for example, the titl
```html
<sl-dialog hx-get="/modal/content/" hx-trigger="sl-show" hx-target="find .content">
<span slot="label">My Modal</span>
<div class="content">
<div class="content"></div>
</sl-dialog>
```

0 comments on commit 633236b

Please sign in to comment.