1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00
Files
tabler/shared/data/menu-sample.json
2025-04-15 23:18:49 +02:00

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"
}
}