@vbarbarosh/menu
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"author": "Vladimir Barbarosh", | ||
"name": "@vbarbarosh/menu", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A small js for making menus", | ||
@@ -6,0 +6,0 @@ "license": "ISC", |
@@ -9,7 +9,7 @@ A small js for making menus | ||
<script src="https://unpkg.com/@vbarbarosh/menu@0.0.3/dist/menu.js"></script> | ||
<script src="https://unpkg.com/@vbarbarosh/menu@0.0.4/dist/menu.js"></script> | ||
## Usage in plain JavaScript | ||
<link href="https://unpkg.com/@vbarbarosh/menu@0.0.3/dist/theme-flat.css" rel="stylesheet"> | ||
<link href="https://unpkg.com/@vbarbarosh/menu@0.0.4/dist/theme-flat.css" rel="stylesheet"> | ||
@@ -37,3 +37,3 @@ <ul id="main" class="menu-flat"> | ||
<script src="https://unpkg.com/jquery@3.5.1/dist/jquery.js"></script> | ||
<script src="https://unpkg.com/@vbarbarosh/menu@0.0.3/dist/menu.js"></script> | ||
<script src="https://unpkg.com/@vbarbarosh/menu@0.0.4/dist/menu.js"></script> | ||
<script> | ||
@@ -47,1 +47,9 @@ menu(document.getElementById('main')) | ||
</script> | ||
## Links | ||
* [Menu | jQuery UI](https://jqueryui.com/menu/) | ||
* [jQuery-menu-aim](https://github.com/kamens/jQuery-menu-aim) | ||
* [Menu - Metro 4 :: Popular HTML, CSS and JS library](https://metroui.org.ua/menu.html) | ||
* [A user interface algorithm in the menu? · Raygun Blog](https://raygun.com/blog/algorithm-menu-2/) | ||
* [Dropdown Menus with More Forgiving Mouse Movement Paths](https://css-tricks.com/dropdown-menus-with-more-forgiving-mouse-movement-paths/) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23130
10
505
53