0.2.4 • Published 8 years ago

navgraph v0.2.4

Weekly downloads
2
License
MIT
Repository
github
Last release
8 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

8 years ago

0.2.3

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.12

8 years ago

0.1.11

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago