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