Skip to content

Commit

Permalink
node-menunav examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrove committed Jul 25, 2011
1 parent 9dcdc92 commit 7ac2162
Show file tree
Hide file tree
Showing 14 changed files with 2,285 additions and 154 deletions.
84 changes: 84 additions & 0 deletions src/node-menunav/docs/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,60 @@
"description": "Creating left navigation using the MenuNav Node Plugin.",
"modules" : ["node-menunav", "cssgrids"],

"hideTableOfContents": true
},

{
"name" : "node-menunav-2",
"displayName": "Basic Top Nav",
"description": "Creating top navigation using the MenuNav Node Plugin",
"modules" : ["node-menunav", "cssgrids"],

"hideTableOfContents": true
},

{
"name" : "node-menunav-3",
"displayName": "Menu Button Top Nav",
"description": "Creating menu button navigation using the MenuNav Node Plugin",
"modules" : ["node-menunav", "cssgrids"],

"hideTableOfContents": true
},

{
"name" : "node-menunav-4",
"displayName": "Split Button Top Nav",
"description": "Creating split button navigation using the MenuNav Node Plugin",
"modules" : ["node-menunav", "cssgrids"],

"hideTableOfContents": true
},

{
"name" : "node-menunav-5",
"displayName": "Left Nav with Submenus with Shadows",
"description": "Adding shadows to submenus of a left nav using the MenuNav Node Plugin",
"modules" : ["node-menunav", "cssgrids"],

"hideTableOfContents": true
},

{
"name" : "node-menunav-6",
"displayName": "Left Nav With Submenus With Rounded Corners",
"description": "Adding rounded corners to submenus of a left nav using the MenuNav Node Plugin",
"modules" : ["node-menunav", "cssgrids"],

"hideTableOfContents": true
},

{
"name" : "node-menunav-7",
"displayName": "Skinning Menus Created Using the MenuNav Node Plugin",
"description": "Skining a menu built using the MenuNav Node Plugin to look like the menus on Flickr",
"modules" : ["node-menunav", "cssgrids"],

"hideTableOfContents": true
}
],
Expand All @@ -22,6 +76,36 @@
"menunav-leftnav-example": {
"displayName": "MenuNav: Basic Left Nav Example",
"layout" : "menunav-example"
},

"node-menunav-2-example": {
"displayName": "MenuNav: Basic Top Nav Example",
"layout" : "menunav-example"
},

"node-menunav-3-example": {
"displayName": "MenuNav: Menu Button Top Nav Example",
"layout" : "menunav-example"
},

"node-menunav-4-example": {
"displayName": "MenuNav: Split Button Top Nav Example",
"layout" : "menunav-example"
},

"node-menunav-5-example": {
"displayName": "MenuNav: Left Nav with Submenus with Shadows Example",
"layout" : "menunav-example"
},

"node-menunav-6-example": {
"displayName": "MenuNav: Left Nav With Submenus With Rounded Corners Example",
"layout" : "menunav-example"
},

"node-menunav-7-example": {
"displayName": "MenuNav: Skinning Menus Created Using the MenuNav Node Plugin Example",
"layout" : "menunav-example"
}
}
}
Loading

0 comments on commit 7ac2162

Please sign in to comment.