We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dae3f1 commit c03a7f0Copy full SHA for c03a7f0
README.md
@@ -33,6 +33,8 @@ This is a simple HTMX element that can be used to display toasts in your web app
33
npm install @htmx/template-element
34
```
35
36
+Use as a module in your application:
37
+
38
```html
39
<script src="https://unpkg.com/@htmx/htmx-toasts@latest/dist/index.js" type="module"></script>
40
0 commit comments