1.0.5 • Published 7 years ago

layout-menu v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago