0.2.4 • Published 9 years ago

navgraph v0.2.4

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

This is a pretty menu for a website.

Installation

npm install navgraph

Or, clone this repository, and then

cd navgraph
npm update

Use

There is an example with a couple of menus in examples/botw.html.

To create a navgraph:

mynavgraph = new navgraph(data, options);

Data is a nested object something like:

var data = {
    name: "foo",
    children: [
        {name:"bar"},
        {name:"baz"
         children: ...   
        }
    ]
}
0.2.4

9 years ago

0.2.3

9 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.12

10 years ago

0.1.11

10 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago