0.0.7 • Published 9 years ago

menu-builder v0.0.7

Weekly downloads
213
License
-
Repository
github
Last release
9 years ago

biojs-util-menu

NPM version

A simple menu builder

Getting Started

Install the module with: npm install menu-builder

var menu = require("menu-builder");
var m1 = new menu({name: 'item1'});
m1.addNode("nan2", function(){ m2.removeNode("nan2"); m2.render(); });
m1.render();

You can either get DOM node by m1.el or pass it:

var m1 = new menu({name: 'item1', el: yourDiv});

See the registry for a demo.

(Don't forget to embed the css css/menu.css)

Examples in applications

Contributing

Please submit all issues and pull requests to the greenify/menu-builder repository.

Support

If you have any problem or suggestion please open an issue here.

License

This software is licensed under the Apache 2 license, quoted below.

Copyright (c) 2014, greenify

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago