@uswds/uswds
Version:
Open source UI components and visual style guide for U.S. government websites
41 lines (40 loc) • 716 B
JSON
{
"aria_label": "Side navigation,,,",
"items": [
{
"label": "Parent link",
"current": false
},
{
"label": "Current page",
"current": true,
"subnav": [
{
"label": "Child link"
},
{
"label": "Child link",
"subnav": [
{
"label": "Grandchild link"
},
{
"label": "Grandchild link",
"current": true
},
{
"label": "Grandchild link"
}
]
},
{
"label": "Child link"
}
]
},
{
"label": "Parent link",
"current": false
}
]
}