menu.json 6.5 KB

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