mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
39 lines
607 B
JSON
39 lines
607 B
JSON
{
|
|
"first": {
|
|
"url": "#",
|
|
"icon": "star",
|
|
"title": "First",
|
|
"active": true
|
|
},
|
|
"second": {
|
|
"url": "#",
|
|
"icon": "star",
|
|
"badge": 2,
|
|
"title": "Second"
|
|
},
|
|
"third": {
|
|
"url": "#",
|
|
"icon": "star",
|
|
"title": "Third",
|
|
"children": {
|
|
"first": {
|
|
"url": "#",
|
|
"title": "First"
|
|
},
|
|
"second": {
|
|
"url": "#",
|
|
"title": "Second"
|
|
},
|
|
"third": {
|
|
"url": "#",
|
|
"title": "Third"
|
|
}
|
|
}
|
|
},
|
|
"disabled": {
|
|
"url": "#",
|
|
"icon": "star",
|
|
"disabled": true,
|
|
"title": "Disabled"
|
|
}
|
|
} |