es6-menu-aim
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "es6-menu-aim", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "ES6 re-implementation of jQuery-menu-aim", | ||
@@ -5,0 +5,0 @@ "main": "dist/es6-menu-aim.js", |
# What's this? | ||
This is an ES6 re-implementation of [jQuery-menu-aim](https://github.com/kamens/jQuery-menu-aim) by [Ben Kamens](https://github.com/kamens). | ||
This is an ES6 re-implementation of [jQuery-menu-aim](https://github.com/kamens/jQuery-menu-aim) by [Ben Kamens](https://github.com/kamens) - it has been written so that it can be used/imported as a regular ES6 module (see the example below). | ||
It has been written so that it can be used/imported as a regular ES6 module ... like so (a more detailed example can be found at the end of this document): | ||
Additional bonus is that, this one doesn't use jQuery ... in fact it has no dependencies. | ||
Here's an example (a more detailed example can be found at the end of this document): | ||
```javascript | ||
@@ -21,4 +23,2 @@ import { MenuAim } from 'es6-menu-aim'; | ||
Unlike the original **jQuery-menu-aim**, this one doesn't use jQuery ... in fact it has no dependencies. | ||
## Why would I want use this? | ||
@@ -25,0 +25,0 @@ |
Sorry, the diff of this file is not supported yet
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
75719