You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { UIElement } from 'https://cdn.jsdelivr.net/npm/@efflore/ui-element@latest/index.min.js'
127
+
import { UIElement } from 'https://cdn.jsdelivr.net/npm/@zeix/ui-element@latest/index.js'
128
128
129
129
// Your code here
130
130
</script></code></pre>
@@ -136,7 +136,7 @@ <h2>Using a CDN</h2>
136
136
137
137
<section>
138
138
<h2>Using a Self-Hosted Copy</h2>
139
-
<p>You can include the built UIElement script from a local or hosted path if you prefer to self-host the script. The latest version is available in the Github Repo under <ahref="https://github.com/efflore/ui-element/blob/main/index.min.js" target="_blank">https://github.com/efflore/ui-element/blob/main/index.min.js</a></p>
139
+
<p>You can include the built UIElement script from a local or hosted path if you prefer to self-host the script. The latest version is available in the Github Repo under <ahref="https://github.com/zeixcom/ui-element/blob/main/index.js" target="_blank">https://github.com/zeixcom/ui-element/blob/main/index.js</a></p>
140
140
<p>Remember to keep the hosted file updated to use the latest features and bug fixes.</p>
<li><strong>CDN & Self-Hosted Users</strong>: Check the browser console for any script loading errors and ensure typing in the input field updates the greeting.</li>
229
-
<li><strong>NPM Users</strong>: Ensure <code>node_modules</code> contains <code>@efflore/ui-element</code> and your bundler correctly bundles the library.</li>
229
+
<li><strong>NPM Users</strong>: Ensure <code>node_modules</code> contains <code>@zeix/ui-element</code> and your bundler correctly bundles the library.</li>
0 commit comments