component.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. {
  2. "basic": {
  3. "text": "Basic",
  4. "children": [
  5. {
  6. "link": "/button",
  7. "text": "Button"
  8. },
  9. {
  10. "link": "/border",
  11. "text": "Border"
  12. },
  13. {
  14. "link": "/color",
  15. "text": "Color"
  16. },
  17. {
  18. "link": "/container",
  19. "text": "Layout Container"
  20. },
  21. {
  22. "link": "/icon",
  23. "text": "Icon"
  24. },
  25. {
  26. "link": "/layout",
  27. "text": "Layout"
  28. },
  29. {
  30. "link": "/link",
  31. "text": "Link"
  32. },
  33. {
  34. "link": "/scrollbar",
  35. "text": "Scrollbar"
  36. },
  37. {
  38. "link": "/space",
  39. "text": "Space"
  40. },
  41. {
  42. "link": "/typography",
  43. "text": "Typography"
  44. }
  45. ]
  46. },
  47. "configuration": {
  48. "text": "Configuration",
  49. "children": [
  50. {
  51. "link": "/config-provider",
  52. "text": "Config Provider"
  53. }
  54. ]
  55. },
  56. "form": {
  57. "text": "Form",
  58. "children": [
  59. {
  60. "link": "/autocomplete",
  61. "text": "Autocomplete"
  62. },
  63. {
  64. "link": "/cascader",
  65. "text": "Cascader"
  66. },
  67. {
  68. "link": "/checkbox",
  69. "text": "Checkbox"
  70. },
  71. {
  72. "link": "/color-picker",
  73. "text": "Color Picker"
  74. },
  75. {
  76. "link": "/date-picker",
  77. "text": "Date Picker"
  78. },
  79. {
  80. "link": "/datetime-picker",
  81. "text": "DateTime Picker"
  82. },
  83. {
  84. "link": "/form",
  85. "text": "Form"
  86. },
  87. {
  88. "link": "/input",
  89. "text": "Input"
  90. },
  91. {
  92. "link": "/input-number",
  93. "text": "Input Number"
  94. },
  95. {
  96. "link": "/radio",
  97. "text": "Radio"
  98. },
  99. {
  100. "link": "/rate",
  101. "text": "Rate"
  102. },
  103. {
  104. "link": "/select",
  105. "text": "Select"
  106. },
  107. {
  108. "link": "/select-v2",
  109. "text": "Virtualized Select"
  110. },
  111. {
  112. "link": "/slider",
  113. "text": "Slider"
  114. },
  115. {
  116. "link": "/switch",
  117. "text": "Switch"
  118. },
  119. {
  120. "link": "/time-picker",
  121. "text": "Time Picker"
  122. },
  123. {
  124. "link": "/time-select",
  125. "text": "Time Select"
  126. },
  127. {
  128. "link": "/transfer",
  129. "text": "Transfer"
  130. },
  131. {
  132. "link": "/upload",
  133. "text": "Upload"
  134. }
  135. ]
  136. },
  137. "data": {
  138. "text": "Data",
  139. "children": [
  140. {
  141. "link": "/avatar",
  142. "text": "Avatar"
  143. },
  144. {
  145. "link": "/badge",
  146. "text": "Badge"
  147. },
  148. {
  149. "link": "/calendar",
  150. "text": "Calendar"
  151. },
  152. {
  153. "link": "/card",
  154. "text": "Card"
  155. },
  156. {
  157. "link": "/carousel",
  158. "text": "Carousel"
  159. },
  160. {
  161. "link": "/collapse",
  162. "text": "Collapse"
  163. },
  164. {
  165. "link": "/descriptions",
  166. "text": "Descriptions"
  167. },
  168. {
  169. "link": "/empty",
  170. "text": "Empty"
  171. },
  172. {
  173. "link": "/image",
  174. "text": "Image"
  175. },
  176. {
  177. "link": "/infinite-scroll",
  178. "text": "Infinite Scroll"
  179. },
  180. {
  181. "link": "/pagination",
  182. "text": "Pagination"
  183. },
  184. {
  185. "link": "/progress",
  186. "text": "Progress"
  187. },
  188. {
  189. "link": "/result",
  190. "text": "Result"
  191. },
  192. {
  193. "link": "/skeleton",
  194. "text": "Skeleton"
  195. },
  196. {
  197. "link": "/table",
  198. "text": "Table"
  199. },
  200. {
  201. "link": "/table-v2",
  202. "text": "Virtualized Table",
  203. "promotion": "2.2.0"
  204. },
  205. {
  206. "link": "/tag",
  207. "text": "Tag"
  208. },
  209. {
  210. "link": "/timeline",
  211. "text": "Timeline"
  212. },
  213. {
  214. "link": "/tree",
  215. "text": "Tree"
  216. },
  217. {
  218. "link": "/tree-select",
  219. "text": "TreeSelect",
  220. "promotion": "2.1.8"
  221. },
  222. {
  223. "link": "/tree-v2",
  224. "text": "Virtualized Tree"
  225. },
  226. {
  227. "link": "/statistic",
  228. "text": "Statistic",
  229. "promotion": "2.2.30"
  230. }
  231. ]
  232. },
  233. "navigation": {
  234. "text": "Navigation",
  235. "children": [
  236. {
  237. "link": "/affix",
  238. "text": "Affix"
  239. },
  240. {
  241. "link": "/backtop",
  242. "text": "Backtop"
  243. },
  244. {
  245. "link": "/breadcrumb",
  246. "text": "Breadcrumb"
  247. },
  248. {
  249. "link": "/dropdown",
  250. "text": "Dropdown"
  251. },
  252. {
  253. "link": "/menu",
  254. "text": "Menu"
  255. },
  256. {
  257. "link": "/page-header",
  258. "text": "Page Header"
  259. },
  260. {
  261. "link": "/steps",
  262. "text": "Steps"
  263. },
  264. {
  265. "link": "/tabs",
  266. "text": "Tabs"
  267. }
  268. ]
  269. },
  270. "feedback": {
  271. "text": "Feedback",
  272. "children": [
  273. {
  274. "link": "/alert",
  275. "text": "Alert"
  276. },
  277. {
  278. "link": "/dialog",
  279. "text": "Dialog"
  280. },
  281. {
  282. "link": "/drawer",
  283. "text": "Drawer"
  284. },
  285. {
  286. "link": "/loading",
  287. "text": "Loading"
  288. },
  289. {
  290. "link": "/message",
  291. "text": "Message"
  292. },
  293. {
  294. "link": "/message-box",
  295. "text": "Message Box"
  296. },
  297. {
  298. "link": "/notification",
  299. "text": "Notification"
  300. },
  301. {
  302. "link": "/popconfirm",
  303. "text": "Popconfirm"
  304. },
  305. {
  306. "link": "/popover",
  307. "text": "Popover"
  308. },
  309. {
  310. "link": "/tooltip",
  311. "text": "Tooltip"
  312. }
  313. ]
  314. },
  315. "others": {
  316. "text": "Others",
  317. "children": [
  318. {
  319. "link": "/divider",
  320. "text": "Divider"
  321. }
  322. ]
  323. }
  324. }