patternlibrary/design-source/data/nav.json
2018-06-20 21:38:13 -04:00

46 lines
713 B
JSON
Executable file

{
"mainnav": [
{
"label": "Services",
"href": "#",
"state": ""
},
{
"label": "Work",
"href": "#",
"state": ""
},
{
"label": "Initiatives",
"href": "#",
"state": ""
},
{
"label": "About",
"href": "#",
"state": "is-active",
"children": [
{
"label": "Team",
"href": "#",
"state": "is-active"
},
{
"label": "Events",
"href": "#",
"state": ""
}
]
},
{
"label": "Insights",
"href": "#",
"state": ""
},
{
"label": "Contact",
"href": "#",
"state": ""
}
]
}