We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59d2c6 commit 3f2b6ffCopy full SHA for 3f2b6ff
examples/index.html
@@ -8,5 +8,9 @@
8
<include-fragment src="./pull.html">Loading</include-fragment>
9
<!-- <script type="module" src="../dist/index.js"></script> -->
10
<script type="module" src="https://unpkg.com/@github/include-fragment-element@latest?module"></script>
11
+ <details>
12
+ <summary>Click to unfold a lazy include-fragment</summary>
13
+ <include-fragment src="./pull.html" loading="lazy">Loading</include-fragment>
14
+ </details>
15
</body>
16
</html>
0 commit comments