UNPKG

@vkm-js/dropdown

Version:

An Alpinejs plugin that creates a beautiful and customizable dropdown.

28 lines (27 loc) 631 B
{ "name": "@vkm-js/dropdown", "version": "1.0.2-alpha", "description": "An Alpinejs plugin that creates a beautiful and customizable dropdown.", "homepage": "https://github.com/vmphobos", "repository": { "type": "git", "url": "https://github.com/vmphobos/vkm-js.git" }, "author": "Vasilis Milopoulos", "license": "MIT", "main": "dist/module.cjs.js", "module": "dist/module.esm.js", "unpkg": "build/cdn.min.js", "dependencies": {}, "peerDependencies": { "alpinejs": "^3.0.0" }, "keywords": [ "Dropdown", "vkm-js", "Alpine", "Alpine JS", "Plugin", "Javascript" ] }