patternlibrary/static-layouts/design-source/data/nav.json

47 lines
713 B
JSON
Raw Permalink Normal View History

2018-06-21 01:38:13 +00:00
{
"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": ""
}
]
}