@n8d/htwoo-patterns
Version:
hTWOo Patterns to setup custom style guide
42 lines • 919 B
JSON
{
"iconActionTree": "icon-arrow-right",
"navItems": [
{
"text": "Item 1",
"link": "#",
"subentries": [
{
"text": "Item 1.1",
"link": "#"
},
{
"text": "Item 1.2",
"link": "#"
},
{
"text": "Item 1.3",
"link": "#"
}
]
},
{
"text": "Item 2",
"link": "#",
"isCurrent": true
},
{
"text": "Item 3",
"link": "#",
"subentries": [
{
"text": "Item 3.1",
"link": "#"
}
]
},
{
"text": "Item 4",
"link": "#"
}
]
}