1.0.18 • Published 5 years ago

@author.io/element-menu v1.0.18

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

AuthorMenuElement npm.io Build Status

Source Size Deliverable Size npm

We're using BrowserStack to make sure these components work on the browsers developers care about.

Usage

There are 4 versions of this element:

  1. author-menu.min.js (ES6 Minified for Production)
  2. author-menu.js (ES6 Unminified for Debugging)
  3. author-menu.es5.min.js (ES5 Minified for Production)
  4. author-menu.es5.js (ES5 Unminified for Debugging)

Each version has it's own source map, so it's always possible to trace activity back to a specific code block in the source.

You only need to choose one of these files. If you need to support Internet Explorer, older versions of Chrome/Firefox/Safari, then you likely need the ES5 version.

Via Global CDN

<html>
  <head>
    <script src="https://cdn.author.io/author-elements/base/1.0.0/author-base.min.js"></script>
    <script src="https://cdn.author.io/author-elements/menu/x.x.x/author-menu.min.js"></script>
  </head>
</html>

Via npm

If the base class is not yet installed, install it:

npm install @author.io/element-base -S

Next, install the menu module locally:

npm install @author.io/element-menu -S

Then include them in your HTML:

<html>
  <head>
    <script src="./node_modules/@author.io/element-base/dist/author-base.min.js"></script>
    <script src="./node_modules/@author.io/element-menu/dist/author-menu.min.js"></script>
  </head>

  <body>

  </body>
</html>
1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.4-beta.1

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.1-beta.4

5 years ago