menu.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. {
  2. "getting-started": {
  3. "title": "Getting started",
  4. "pages": {
  5. "index": {
  6. "title": "Introduction"
  7. },
  8. "browser-support": {
  9. "title": "Browser Support"
  10. },
  11. "customize": {
  12. "title": "Customize Tabler"
  13. },
  14. "download": {
  15. "title": "Download"
  16. },
  17. "faq": {
  18. "title": "FAQ"
  19. }
  20. }
  21. },
  22. "base": {
  23. "title": "Base",
  24. "pages": {
  25. "colors": {
  26. "title": "Colors",
  27. "label": "new"
  28. },
  29. "typography": {
  30. "title": "Typography"
  31. }
  32. }
  33. },
  34. "layout": {
  35. "title": "Layout",
  36. "pages": {
  37. "page-layouts": {
  38. "title": "Page layouts",
  39. "label": "new"
  40. },
  41. "page-headers": {
  42. "title": "Page headers"
  43. }
  44. }
  45. },
  46. "components": {
  47. "title": "Components",
  48. "pages": {
  49. "alerts": {
  50. "title": "Alerts"
  51. },
  52. "autosize": {
  53. "title": "Autosize"
  54. },
  55. "avatars": {
  56. "title": "Avatars"
  57. },
  58. "badges": {
  59. "title": "Badges"
  60. },
  61. "breadcrumb": {
  62. "title": "Breadcrumb"
  63. },
  64. "buttons": {
  65. "title": "Buttons"
  66. },
  67. "cards": {
  68. "title": "Cards"
  69. },
  70. "carousel": {
  71. "title": "Carousel"
  72. },
  73. "charts": {
  74. "title": "Charts"
  75. },
  76. "datagrid": {
  77. "title": "Datagrid"
  78. },
  79. "divider": {
  80. "title": "Divider"
  81. },
  82. "dropdowns": {
  83. "title": "Dropdowns"
  84. },
  85. "dropzone": {
  86. "title": "Dropzone"
  87. },
  88. "empty": {
  89. "title": "Empty"
  90. },
  91. "icons": {
  92. "title": "Icons"
  93. },
  94. "inline-player": {
  95. "title": "Inline Player"
  96. },
  97. "modals": {
  98. "title": "Modals"
  99. },
  100. "placeholder": {
  101. "title": "Placeholder"
  102. },
  103. "popover": {
  104. "title": "Popover"
  105. },
  106. "progress": {
  107. "title": "Progress"
  108. },
  109. "progressbg": {
  110. "title": "Progress background"
  111. },
  112. "range-slider": {
  113. "title": "Range slider"
  114. },
  115. "ribbons": {
  116. "title": "Ribbons"
  117. },
  118. "spinners": {
  119. "title": "Spinners"
  120. },
  121. "statuses": {
  122. "title": "Statuses"
  123. },
  124. "steps": {
  125. "title": "Steps"
  126. },
  127. "switch-icon": {
  128. "title": "Switch icon"
  129. },
  130. "tables": {
  131. "title": "Tables"
  132. },
  133. "tabs": {
  134. "title": "Tabs"
  135. },
  136. "timelines": {
  137. "title": "Timelines"
  138. },
  139. "tinymce": {
  140. "title": "Tinymce"
  141. },
  142. "toasts": {
  143. "title": "Toasts"
  144. },
  145. "tooltips": {
  146. "title": "Tooltips"
  147. },
  148. "tracking": {
  149. "title": "Tracking"
  150. }
  151. }
  152. },
  153. "forms": {
  154. "title": "Forms",
  155. "pages": {
  156. "form-elements": {
  157. "title": "Base elements"
  158. },
  159. "form-fieldset": {
  160. "title": "Fieldset"
  161. },
  162. "form-color-check": {
  163. "title": "Color check"
  164. },
  165. "form-image-check": {
  166. "title": "Image check"
  167. },
  168. "form-selectboxes": {
  169. "title": "Selectbox"
  170. },
  171. "form-validation": {
  172. "title": "Validation"
  173. },
  174. "form-input-mask": {
  175. "title": "Input mask"
  176. },
  177. "form-helpers": {
  178. "title": "Form helpers"
  179. }
  180. }
  181. },
  182. "plugins": {
  183. "title": "Plugins",
  184. "pages": {
  185. "flags": {
  186. "title": "Flags"
  187. },
  188. "payments": {
  189. "title": "Payments"
  190. }
  191. }
  192. },
  193. "utilities": {
  194. "title": "Utilities",
  195. "pages": {
  196. "borders": {
  197. "title": "Borders"
  198. },
  199. "cursors": {
  200. "title": "Cursors"
  201. },
  202. "interactions": {
  203. "title": "Interactions"
  204. }
  205. }
  206. },
  207. "icons": {
  208. "title": "Tabler Icons",
  209. "pages": {
  210. "index": {
  211. "title": "Introduction",
  212. "label": "new"
  213. },
  214. "svg": {
  215. "title": "SVG version"
  216. },
  217. "react": {
  218. "title": "React plugin"
  219. },
  220. "preact": {
  221. "title": "Preact plugin"
  222. },
  223. "vue": {
  224. "title": "Vue plugin"
  225. },
  226. "solidjs": {
  227. "title": "SolidJS plugin"
  228. },
  229. "svelte": {
  230. "title": "Svelte plugin"
  231. },
  232. "figma": {
  233. "title": "Figma plugin"
  234. },
  235. "png": {
  236. "title": "PNG version"
  237. },
  238. "pdf": {
  239. "title": "PDF version"
  240. },
  241. "eps": {
  242. "title": "EPS version"
  243. },
  244. "webfont": {
  245. "title": "Webfont version"
  246. }
  247. }
  248. }
  249. }