menu.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  1. {
  2. "home": {
  3. "url": "",
  4. "title": "Home",
  5. "icon": "home"
  6. },
  7. "base": {
  8. "title": "Interface",
  9. "icon": "package",
  10. "columns": 2,
  11. "children": {
  12. "accordion": {
  13. "title": "Accordion",
  14. "url": "accordion.html"
  15. },
  16. "alerts": {
  17. "title": "Alerts",
  18. "url": "alerts.html"
  19. },
  20. "authentication": {
  21. "title": "Authentication",
  22. "children": {
  23. "sign-in": {
  24. "title": "Sign in",
  25. "url": "sign-in.html"
  26. },
  27. "sign-in-link": {
  28. "title": "Sign in link",
  29. "url": "sign-in-link.html"
  30. },
  31. "sign-in-illustration": {
  32. "title": "Sign in with illustration",
  33. "url": "sign-in-illustration.html"
  34. },
  35. "sign-in-cover": {
  36. "title": "Sign in with cover",
  37. "url": "sign-in-cover.html"
  38. },
  39. "sign-up": {
  40. "title": "Sign up",
  41. "url": "sign-up.html"
  42. },
  43. "forgot-password": {
  44. "title": "Forgot password",
  45. "url": "forgot-password.html"
  46. },
  47. "terms-of-service": {
  48. "title": "Terms of service",
  49. "url": "terms-of-service.html"
  50. },
  51. "auth-lock": {
  52. "title": "Lock screen",
  53. "url": "auth-lock.html"
  54. },
  55. "2-step-verification": {
  56. "title": "2 step verification",
  57. "url": "2-step-verification.html"
  58. },
  59. "2-step-verification-code": {
  60. "title": "2 step verification code",
  61. "url": "2-step-verification-code.html"
  62. }
  63. }
  64. },
  65. "badges": {
  66. "url": "badges.html",
  67. "title": "Badges",
  68. "badge": "New"
  69. },
  70. "blank": {
  71. "title": "Blank page",
  72. "url": "blank.html"
  73. },
  74. "buttons": {
  75. "url": "buttons.html",
  76. "title": "Buttons"
  77. },
  78. "cards": {
  79. "title": "Cards",
  80. "badge": "New",
  81. "children": {
  82. "base": {
  83. "url": "cards.html",
  84. "title": "Sample cards"
  85. },
  86. "actions": {
  87. "url": "card-actions.html",
  88. "title": "Card actions",
  89. "badge": "New"
  90. },
  91. "masonry": {
  92. "url": "cards-masonry.html",
  93. "title": "Cards Masonry"
  94. }
  95. }
  96. },
  97. "carousel": {
  98. "title": "Carousel",
  99. "url": "carousel.html",
  100. "badge": "New"
  101. },
  102. "charts": {
  103. "url": "charts.html",
  104. "title": "Charts"
  105. },
  106. "colorpicker": {
  107. "url": "colorpicker.html",
  108. "title": "Color picker",
  109. "badge": "New"
  110. },
  111. "colors": {
  112. "url": "colors.html",
  113. "title": "Colors"
  114. },
  115. "datagrid": {
  116. "url": "datagrid.html",
  117. "title": "Data grid",
  118. "badge": "New"
  119. },
  120. "datatables": {
  121. "url": "datatables.html",
  122. "title": "Datatables",
  123. "badge": "New"
  124. },
  125. "dropdowns": {
  126. "url": "dropdowns.html",
  127. "title": "Dropdowns"
  128. },
  129. "dropzone": {
  130. "title": "Dropzone",
  131. "url": "dropzone.html",
  132. "badge": "New"
  133. },
  134. "error": {
  135. "title": "Error pages",
  136. "children": {
  137. "404": {
  138. "url": "error-404.html",
  139. "title": "404 page"
  140. },
  141. "500": {
  142. "url": "error-500.html",
  143. "title": "500 page"
  144. },
  145. "maintenance": {
  146. "url": "error-maintenance.html",
  147. "title": "Maintenance page"
  148. }
  149. }
  150. },
  151. "flags": {
  152. "title": "Flags",
  153. "url": "flags.html",
  154. "badge": "New"
  155. },
  156. "plyr": {
  157. "title": "Inline player",
  158. "badge": "New",
  159. "url": "inline-player.html"
  160. },
  161. "lightbox": {
  162. "title": "Lightbox",
  163. "url": "lightbox.html",
  164. "badge": "New"
  165. },
  166. "lists": {
  167. "title": "Lists",
  168. "url": "lists.html"
  169. },
  170. "modals": {
  171. "url": "modals.html",
  172. "title": "Modal"
  173. },
  174. "maps": {
  175. "url": "maps.html",
  176. "title": "Map"
  177. },
  178. "map-fullsize": {
  179. "url": "map-fullsize.html",
  180. "title": "Map fullsize"
  181. },
  182. "maps-vector": {
  183. "url": "maps-vector.html",
  184. "title": "Map vector",
  185. "badge": "New"
  186. },
  187. "markdown": {
  188. "title": "Markdown",
  189. "url": "markdown.html"
  190. },
  191. "navigation": {
  192. "url": "navigation.html",
  193. "title": "Navigation"
  194. },
  195. "offcanvas": {
  196. "title": "Offcanvas",
  197. "url": "offcanvas.html"
  198. },
  199. "pagination": {
  200. "url": "pagination.html",
  201. "title": "Pagination"
  202. },
  203. "placeholder": {
  204. "url": "placeholder.html",
  205. "title": "Placeholder"
  206. },
  207. "social": {
  208. "title": "Social icons",
  209. "url": "social-icons.html",
  210. "badge": "New"
  211. },
  212. "stars-rating": {
  213. "title": "Stars rating",
  214. "url": "stars-rating.html",
  215. "badge": "New"
  216. },
  217. "steps": {
  218. "url": "steps.html",
  219. "title": "Steps",
  220. "badge": "New"
  221. },
  222. "tables": {
  223. "url": "tables.html",
  224. "title": "Tables"
  225. },
  226. "tabs": {
  227. "url": "tabs.html",
  228. "title": "Tabs"
  229. },
  230. "tags": {
  231. "url": "tags.html",
  232. "title": "Tags"
  233. },
  234. "tinymce": {
  235. "title": "TinyMCE",
  236. "url": "tinymce.html",
  237. "badge": "New"
  238. },
  239. "toasts": {
  240. "title": "Toasts",
  241. "url": "toasts.html"
  242. },
  243. "typography": {
  244. "title": "Typography",
  245. "url": "typography.html"
  246. }
  247. }
  248. },
  249. "forms": {
  250. "url": "form-elements.html",
  251. "title": "Forms",
  252. "title-long": "Form elements",
  253. "icon": "checkbox"
  254. },
  255. "extra": {
  256. "title": "Extra",
  257. "icon": "star",
  258. "columns": 2,
  259. "children": {
  260. "activity": {
  261. "title": "Activity",
  262. "url": "activity.html"
  263. },
  264. "chat": {
  265. "title": "Chat",
  266. "url": "chat.html",
  267. "badge": "New"
  268. },
  269. "cookie-banner": {
  270. "title": "Cookie banner",
  271. "url": "cookie-banner.html",
  272. "badge": "New"
  273. },
  274. "empty": {
  275. "title": "Empty page",
  276. "url": "empty.html"
  277. },
  278. "faq": {
  279. "url": "faq.html",
  280. "title": "FAQ",
  281. "badge": "New"
  282. },
  283. "gallery": {
  284. "title": "Gallery",
  285. "url": "gallery.html"
  286. },
  287. "invoice": {
  288. "title": "Invoice",
  289. "url": "invoice.html"
  290. },
  291. "job-listing": {
  292. "title": "Job listing",
  293. "url": "job-listing.html",
  294. "badge": "New"
  295. },
  296. "license": {
  297. "title": "License",
  298. "url": "license.html"
  299. },
  300. "logs": {
  301. "title": "Logs",
  302. "url": "logs.html",
  303. "badge": "New"
  304. },
  305. "marketing": {
  306. "title": "Marketing",
  307. "url": "marketing/index.html",
  308. "badge": "New"
  309. },
  310. "music": {
  311. "title": "Music",
  312. "url": "music.html"
  313. },
  314. "page-loader": {
  315. "title": "Page loader",
  316. "url": "page-loader.html",
  317. "badge": "New"
  318. },
  319. "payment-providers": {
  320. "title": "Payment providers",
  321. "url": "payment-providers.html",
  322. "badge": "New"
  323. },
  324. "photogrid": {
  325. "title": "Photogrid",
  326. "url": "photogrid.html",
  327. "badge": "New"
  328. },
  329. "pricing": {
  330. "url": "pricing.html",
  331. "title": "Pricing cards"
  332. },
  333. "pricing-table": {
  334. "url": "pricing-table.html",
  335. "title": "Pricing table"
  336. },
  337. "search-results": {
  338. "title": "Search results",
  339. "url": "search-results.html"
  340. },
  341. "settings": {
  342. "title": "Settings",
  343. "url": "settings.html",
  344. "badge": "New"
  345. },
  346. "tasks": {
  347. "title": "Tasks",
  348. "url": "tasks.html",
  349. "badge": "New"
  350. },
  351. "trial-ended": {
  352. "title": "Trial ended",
  353. "url": "trial-ended.html",
  354. "badge": "New"
  355. },
  356. "uptime": {
  357. "title": "Uptime monitor",
  358. "url": "uptime.html"
  359. },
  360. "users": {
  361. "title": "Users",
  362. "url": "users.html"
  363. },
  364. "widgets": {
  365. "title": "Widgets",
  366. "url": "widgets.html"
  367. },
  368. "wizard": {
  369. "title": "Wizard",
  370. "url": "wizard.html"
  371. }
  372. }
  373. },
  374. "layout": {
  375. "icon": "layout-2",
  376. "title": "Layout",
  377. "columns": 2,
  378. "children": {
  379. "boxed": {
  380. "url": "layout-boxed.html",
  381. "title": "Boxed",
  382. "badge": "New"
  383. },
  384. "combo": {
  385. "url": "layout-combo.html",
  386. "title": "Combined"
  387. },
  388. "condensed": {
  389. "url": "layout-condensed.html",
  390. "title": "Condensed"
  391. },
  392. "fluid": {
  393. "url": "layout-fluid.html",
  394. "title": "Fluid"
  395. },
  396. "fluid-vertical": {
  397. "url": "layout-fluid-vertical.html",
  398. "title": "Fluid vertical"
  399. },
  400. "horizontal": {
  401. "url": "layout-horizontal.html",
  402. "title": "Horizontal"
  403. },
  404. "navbar-dark": {
  405. "url": "layout-navbar-dark.html",
  406. "title": "Navbar dark"
  407. },
  408. "navbar-overlap": {
  409. "url": "layout-navbar-overlap.html",
  410. "title": "Navbar overlap"
  411. },
  412. "navbar-sticky": {
  413. "url": "layout-navbar-sticky.html",
  414. "title": "Navbar sticky"
  415. },
  416. "vertical-right": {
  417. "url": "layout-vertical-right.html",
  418. "title": "Right vertical"
  419. },
  420. "rtl-mode": {
  421. "url": "layout-rtl.html",
  422. "title": "RTL mode"
  423. },
  424. "vertical": {
  425. "url": "layout-vertical.html",
  426. "title": "Vertical"
  427. },
  428. "vertical-transparent": {
  429. "url": "layout-vertical-transparent.html",
  430. "title": "Vertical transparent"
  431. }
  432. }
  433. },
  434. "icons": {
  435. "title": "%ICONS_COUNT% icons",
  436. "icon": "ghost",
  437. "url": "icons.html"
  438. },
  439. "emails": {
  440. "title": "Emails",
  441. "icon": "mail-opened",
  442. "url": "emails.html"
  443. },
  444. "illustrations": {
  445. "title": "Illustrations",
  446. "icon": "brand-figma",
  447. "url": "illustrations.html"
  448. },
  449. "help": {
  450. "title": "Help",
  451. "icon": "lifebuoy",
  452. "children": {
  453. "docs": {
  454. "title": "Documentation",
  455. "url": "https://tabler.io/docs"
  456. },
  457. "changelog": {
  458. "url": "changelog.html",
  459. "title": "Changelog"
  460. },
  461. "source-code": {
  462. "url": "https://github.com/tabler/tabler",
  463. "title": "Source code"
  464. },
  465. "sponsor": {
  466. "color": "pink",
  467. "icon": "heart",
  468. "url": "https://github.com/sponsors/codecalm",
  469. "title": "Sponsor project!"
  470. }
  471. }
  472. }
  473. }