layout-menu

1.0.5 • Public • Published

layout-menu

Simple menu for navigation during layout

Install

$ npm i layout-menu

add js file to your html page (requires jQuery)

<script src="layout-menu.js"></script>

Example

var nav = new NavLayout;
nav.addPage('index.html');
nav.addPage('about-us.html');
nav.addPage('info.html');
nav.render();

and press SHIFT+Z to open it on your web site during layout

Readme

Keywords

Package Sidebar

Install

npm i layout-menu

Weekly Downloads

1

Version

1.0.5

License

MIT

Unpacked Size

2.44 kB

Total Files

3

Last publish

Collaborators

  • spacenear