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 5faf91f commit 9434694Copy full SHA for 9434694
cdn.js
@@ -0,0 +1,3 @@
1
+import defaultExport from './index.js';
2
+
3
+window.arrow_focus = defaultExport;
package.json
@@ -1,6 +1,6 @@
{
"name": "@leanadmin/alpine-arrow-focus",
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Focus elements using arrows in Alpine.js",
5
"main": "index.js",
6
"repository": {
0 commit comments