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 c19d4d9 commit 5fb1cbaCopy full SHA for 5fb1cba
README.md
@@ -91,4 +91,8 @@ declare const css: (files:string|string[]) => Promise<void>;
91
<!-- Lazy load CSS by attaching the css attribute to any element within the documents body. -->
92
<!-- You can load multiple files using a whitespace separator. The .css file extenstion is optional. -->
93
<div class="my-awesome-class" css="awesome-transitions awesome.css"></div>
94
-```
+
95
+<!-- By default Lazy Loader will attempt to load a file from the jsDir directory using the custom elements tag name. -->
96
+<!-- You can override the default behavior by providing a custom file name, relative path, or a URL. -->
97
+<custom-element web-component="custom-file-name.js"></custom-element>
98
+```
0 commit comments