sidebar_items.json 292 Bytes
Newer Older
sistem17user committed
1 2 3 4 5 6 7 8 9 10 11 12
[
   	 { "link" :"index", "title" : "Dashboard", "icon" : "fa fa-tachometer" } ,
	 {
	  "link" : null, "title" : "UI Elements" , "icon" : "fa fa-desktop",
	  "submenu" :
	  [
		{ "link" : "elements" , "title" : "Elements" } ,

		{ "link" : "buttons" , "title" : "Buttons & Icons" }
	  ]
	 }
]