@neynar/ui 0.2.1 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (500) hide show
  1. package/dist/components/ui/button-group.d.ts +448 -0
  2. package/dist/components/ui/button-group.d.ts.map +1 -0
  3. package/dist/components/ui/button.d.ts +1 -1
  4. package/dist/components/ui/button.d.ts.map +1 -1
  5. package/dist/components/ui/empty-state.d.ts +1 -0
  6. package/dist/components/ui/empty-state.d.ts.map +1 -1
  7. package/dist/components/ui/empty.d.ts +630 -0
  8. package/dist/components/ui/empty.d.ts.map +1 -0
  9. package/dist/components/ui/field.d.ts +238 -0
  10. package/dist/components/ui/field.d.ts.map +1 -0
  11. package/dist/components/ui/input-group.d.ts +636 -0
  12. package/dist/components/ui/input-group.d.ts.map +1 -0
  13. package/dist/components/ui/item.d.ts +766 -0
  14. package/dist/components/ui/item.d.ts.map +1 -0
  15. package/dist/components/ui/kbd.d.ts +149 -0
  16. package/dist/components/ui/kbd.d.ts.map +1 -0
  17. package/dist/components/ui/spinner.d.ts +194 -0
  18. package/dist/components/ui/spinner.d.ts.map +1 -0
  19. package/dist/components/ui/stories/accordion.stories.d.ts +0 -1
  20. package/dist/components/ui/stories/accordion.stories.d.ts.map +1 -1
  21. package/dist/components/ui/stories/alert-dialog.stories.d.ts +0 -1
  22. package/dist/components/ui/stories/alert-dialog.stories.d.ts.map +1 -1
  23. package/dist/components/ui/stories/alert.stories.d.ts +0 -1
  24. package/dist/components/ui/stories/alert.stories.d.ts.map +1 -1
  25. package/dist/components/ui/stories/aspect-ratio.stories.d.ts +0 -1
  26. package/dist/components/ui/stories/aspect-ratio.stories.d.ts.map +1 -1
  27. package/dist/components/ui/stories/avatar.stories.d.ts +0 -1
  28. package/dist/components/ui/stories/avatar.stories.d.ts.map +1 -1
  29. package/dist/components/ui/stories/badge.stories.d.ts +0 -1
  30. package/dist/components/ui/stories/badge.stories.d.ts.map +1 -1
  31. package/dist/components/ui/stories/breadcrumb.stories.d.ts +0 -1
  32. package/dist/components/ui/stories/breadcrumb.stories.d.ts.map +1 -1
  33. package/dist/components/ui/stories/button-group.stories.d.ts +48 -0
  34. package/dist/components/ui/stories/button-group.stories.d.ts.map +1 -0
  35. package/dist/components/ui/stories/button.stories.d.ts +0 -1
  36. package/dist/components/ui/stories/button.stories.d.ts.map +1 -1
  37. package/dist/components/ui/stories/calendar.stories.d.ts +0 -1
  38. package/dist/components/ui/stories/calendar.stories.d.ts.map +1 -1
  39. package/dist/components/ui/stories/card.stories.d.ts +0 -1
  40. package/dist/components/ui/stories/card.stories.d.ts.map +1 -1
  41. package/dist/components/ui/stories/carousel.stories.d.ts +0 -1
  42. package/dist/components/ui/stories/carousel.stories.d.ts.map +1 -1
  43. package/dist/components/ui/stories/chart.stories.d.ts +0 -1
  44. package/dist/components/ui/stories/chart.stories.d.ts.map +1 -1
  45. package/dist/components/ui/stories/checkbox.stories.d.ts +0 -1
  46. package/dist/components/ui/stories/checkbox.stories.d.ts.map +1 -1
  47. package/dist/components/ui/stories/cn.stories.d.ts.map +1 -1
  48. package/dist/components/ui/stories/collapsible.stories.d.ts +0 -1
  49. package/dist/components/ui/stories/collapsible.stories.d.ts.map +1 -1
  50. package/dist/components/ui/stories/colors.stories.d.ts +0 -1
  51. package/dist/components/ui/stories/colors.stories.d.ts.map +1 -1
  52. package/dist/components/ui/stories/combobox.stories.d.ts +0 -1
  53. package/dist/components/ui/stories/combobox.stories.d.ts.map +1 -1
  54. package/dist/components/ui/stories/command.stories.d.ts +0 -1
  55. package/dist/components/ui/stories/command.stories.d.ts.map +1 -1
  56. package/dist/components/ui/stories/container.stories.d.ts +0 -1
  57. package/dist/components/ui/stories/container.stories.d.ts.map +1 -1
  58. package/dist/components/ui/stories/context-menu.stories.d.ts +0 -1
  59. package/dist/components/ui/stories/context-menu.stories.d.ts.map +1 -1
  60. package/dist/components/ui/stories/date-picker.stories.d.ts +0 -1
  61. package/dist/components/ui/stories/date-picker.stories.d.ts.map +1 -1
  62. package/dist/components/ui/stories/dialog.stories.d.ts +0 -1
  63. package/dist/components/ui/stories/dialog.stories.d.ts.map +1 -1
  64. package/dist/components/ui/stories/drawer.stories.d.ts +0 -1
  65. package/dist/components/ui/stories/drawer.stories.d.ts.map +1 -1
  66. package/dist/components/ui/stories/dropdown-menu.stories.d.ts +0 -1
  67. package/dist/components/ui/stories/dropdown-menu.stories.d.ts.map +1 -1
  68. package/dist/components/ui/stories/empty-state.stories.d.ts +0 -1
  69. package/dist/components/ui/stories/empty-state.stories.d.ts.map +1 -1
  70. package/dist/components/ui/stories/empty.stories.d.ts +38 -0
  71. package/dist/components/ui/stories/empty.stories.d.ts.map +1 -0
  72. package/dist/components/ui/stories/field.stories.d.ts +48 -0
  73. package/dist/components/ui/stories/field.stories.d.ts.map +1 -0
  74. package/dist/components/ui/stories/hover-card.stories.d.ts +0 -1
  75. package/dist/components/ui/stories/hover-card.stories.d.ts.map +1 -1
  76. package/dist/components/ui/stories/input-group.stories.d.ts +37 -0
  77. package/dist/components/ui/stories/input-group.stories.d.ts.map +1 -0
  78. package/dist/components/ui/stories/input.stories.d.ts +0 -1
  79. package/dist/components/ui/stories/input.stories.d.ts.map +1 -1
  80. package/dist/components/ui/stories/item.stories.d.ts +61 -0
  81. package/dist/components/ui/stories/item.stories.d.ts.map +1 -0
  82. package/dist/components/ui/stories/kbd.stories.d.ts +37 -0
  83. package/dist/components/ui/stories/kbd.stories.d.ts.map +1 -0
  84. package/dist/components/ui/stories/label.stories.d.ts +0 -1
  85. package/dist/components/ui/stories/label.stories.d.ts.map +1 -1
  86. package/dist/components/ui/stories/menubar.stories.d.ts +0 -1
  87. package/dist/components/ui/stories/menubar.stories.d.ts.map +1 -1
  88. package/dist/components/ui/stories/navigation-menu.stories.d.ts +0 -1
  89. package/dist/components/ui/stories/navigation-menu.stories.d.ts.map +1 -1
  90. package/dist/components/ui/stories/pagination.stories.d.ts +0 -1
  91. package/dist/components/ui/stories/pagination.stories.d.ts.map +1 -1
  92. package/dist/components/ui/stories/popover.stories.d.ts +0 -1
  93. package/dist/components/ui/stories/popover.stories.d.ts.map +1 -1
  94. package/dist/components/ui/stories/progress.stories.d.ts +0 -1
  95. package/dist/components/ui/stories/progress.stories.d.ts.map +1 -1
  96. package/dist/components/ui/stories/radio-group.stories.d.ts +0 -1
  97. package/dist/components/ui/stories/radio-group.stories.d.ts.map +1 -1
  98. package/dist/components/ui/stories/resizable.stories.d.ts +0 -1
  99. package/dist/components/ui/stories/resizable.stories.d.ts.map +1 -1
  100. package/dist/components/ui/stories/scroll-area.stories.d.ts +0 -1
  101. package/dist/components/ui/stories/scroll-area.stories.d.ts.map +1 -1
  102. package/dist/components/ui/stories/select.stories.d.ts +0 -1
  103. package/dist/components/ui/stories/select.stories.d.ts.map +1 -1
  104. package/dist/components/ui/stories/separator.stories.d.ts +0 -1
  105. package/dist/components/ui/stories/separator.stories.d.ts.map +1 -1
  106. package/dist/components/ui/stories/sheet.stories.d.ts +0 -1
  107. package/dist/components/ui/stories/sheet.stories.d.ts.map +1 -1
  108. package/dist/components/ui/stories/sidebar.stories.d.ts +0 -1
  109. package/dist/components/ui/stories/sidebar.stories.d.ts.map +1 -1
  110. package/dist/components/ui/stories/skeleton.stories.d.ts +0 -1
  111. package/dist/components/ui/stories/skeleton.stories.d.ts.map +1 -1
  112. package/dist/components/ui/stories/slider.stories.d.ts +0 -1
  113. package/dist/components/ui/stories/slider.stories.d.ts.map +1 -1
  114. package/dist/components/ui/stories/sonner.stories.d.ts.map +1 -1
  115. package/dist/components/ui/stories/spinner.stories.d.ts +37 -0
  116. package/dist/components/ui/stories/spinner.stories.d.ts.map +1 -0
  117. package/dist/components/ui/stories/stack.stories.d.ts +0 -1
  118. package/dist/components/ui/stories/stack.stories.d.ts.map +1 -1
  119. package/dist/components/ui/stories/switch.stories.d.ts +0 -1
  120. package/dist/components/ui/stories/switch.stories.d.ts.map +1 -1
  121. package/dist/components/ui/stories/table.stories.d.ts +0 -1
  122. package/dist/components/ui/stories/table.stories.d.ts.map +1 -1
  123. package/dist/components/ui/stories/tabs.stories.d.ts +0 -1
  124. package/dist/components/ui/stories/tabs.stories.d.ts.map +1 -1
  125. package/dist/components/ui/stories/text-field.stories.d.ts +0 -1
  126. package/dist/components/ui/stories/text-field.stories.d.ts.map +1 -1
  127. package/dist/components/ui/stories/textarea.stories.d.ts +0 -1
  128. package/dist/components/ui/stories/textarea.stories.d.ts.map +1 -1
  129. package/dist/components/ui/stories/theme-toggle.stories.d.ts +0 -1
  130. package/dist/components/ui/stories/theme-toggle.stories.d.ts.map +1 -1
  131. package/dist/components/ui/stories/theme.stories.d.ts +0 -1
  132. package/dist/components/ui/stories/theme.stories.d.ts.map +1 -1
  133. package/dist/components/ui/stories/toggle-group.stories.d.ts +0 -1
  134. package/dist/components/ui/stories/toggle-group.stories.d.ts.map +1 -1
  135. package/dist/components/ui/stories/toggle.stories.d.ts +0 -1
  136. package/dist/components/ui/stories/toggle.stories.d.ts.map +1 -1
  137. package/dist/components/ui/stories/tooltip.stories.d.ts +0 -1
  138. package/dist/components/ui/stories/tooltip.stories.d.ts.map +1 -1
  139. package/dist/components/ui/stories/typography.stories.d.ts +0 -1
  140. package/dist/components/ui/stories/typography.stories.d.ts.map +1 -1
  141. package/dist/components/ui/stories/use-mobile.stories.d.ts.map +1 -1
  142. package/dist/components/ui/stories/use-theme.stories.d.ts.map +1 -1
  143. package/dist/components/ui/typography.d.ts +12 -11
  144. package/dist/components/ui/typography.d.ts.map +1 -1
  145. package/dist/index.d.ts +7 -0
  146. package/dist/index.d.ts.map +1 -1
  147. package/dist/index.js +10391 -3107
  148. package/dist/index.js.map +1 -1
  149. package/dist/tsconfig.tsbuildinfo +1 -1
  150. package/docs/llm/components/display.md +125 -0
  151. package/docs/llm/components/feedback.md +0 -14
  152. package/docs/llm/components/forms.md +94 -0
  153. package/docs/llm/components/layout.md +169 -0
  154. package/llms.txt +18 -12
  155. package/package.json +6 -5
  156. package/src/components/ui/button-group.tsx +525 -0
  157. package/src/components/ui/button.tsx +9 -12
  158. package/src/components/ui/empty-state.tsx +1 -0
  159. package/src/components/ui/empty.tsx +793 -0
  160. package/src/components/ui/field.tsx +494 -0
  161. package/src/components/ui/input-group.tsx +801 -0
  162. package/src/components/ui/item.tsx +955 -0
  163. package/src/components/ui/kbd.tsx +175 -0
  164. package/src/components/ui/skeleton.tsx +1 -1
  165. package/src/components/ui/spinner.tsx +211 -0
  166. package/src/components/ui/stories/accordion.stories.tsx +0 -1
  167. package/src/components/ui/stories/alert-dialog.stories.tsx +0 -1
  168. package/src/components/ui/stories/alert.stories.tsx +0 -1
  169. package/src/components/ui/stories/aspect-ratio.stories.tsx +0 -1
  170. package/src/components/ui/stories/avatar.stories.tsx +0 -1
  171. package/src/components/ui/stories/badge.stories.tsx +0 -1
  172. package/src/components/ui/stories/breadcrumb.stories.tsx +0 -1
  173. package/src/components/ui/stories/button-group.stories.tsx +300 -0
  174. package/src/components/ui/stories/button.stories.tsx +0 -1
  175. package/src/components/ui/stories/calendar.stories.tsx +0 -1
  176. package/src/components/ui/stories/card.stories.tsx +0 -1
  177. package/src/components/ui/stories/carousel.stories.tsx +0 -1
  178. package/src/components/ui/stories/chart.stories.tsx +0 -1
  179. package/src/components/ui/stories/checkbox.stories.tsx +0 -1
  180. package/src/components/ui/stories/cn.stories.tsx +0 -1
  181. package/src/components/ui/stories/collapsible.stories.tsx +0 -1
  182. package/src/components/ui/stories/colors.stories.tsx +0 -1
  183. package/src/components/ui/stories/combobox.stories.tsx +0 -1
  184. package/src/components/ui/stories/command.stories.tsx +0 -1
  185. package/src/components/ui/stories/container.stories.tsx +0 -1
  186. package/src/components/ui/stories/context-menu.stories.tsx +0 -1
  187. package/src/components/ui/stories/date-picker.stories.tsx +0 -1
  188. package/src/components/ui/stories/dialog.stories.tsx +0 -1
  189. package/src/components/ui/stories/drawer.stories.tsx +0 -1
  190. package/src/components/ui/stories/dropdown-menu.stories.tsx +0 -1
  191. package/src/components/ui/stories/empty-state.stories.tsx +0 -1
  192. package/src/components/ui/stories/empty.stories.tsx +293 -0
  193. package/src/components/ui/stories/field.stories.tsx +470 -0
  194. package/src/components/ui/stories/hover-card.stories.tsx +0 -1
  195. package/src/components/ui/stories/input-group.stories.tsx +444 -0
  196. package/src/components/ui/stories/input.stories.tsx +0 -1
  197. package/src/components/ui/stories/item.stories.tsx +601 -0
  198. package/src/components/ui/stories/kbd.stories.tsx +462 -0
  199. package/src/components/ui/stories/label.stories.tsx +0 -1
  200. package/src/components/ui/stories/menubar.stories.tsx +0 -1
  201. package/src/components/ui/stories/navigation-menu.stories.tsx +0 -1
  202. package/src/components/ui/stories/pagination.stories.tsx +0 -1
  203. package/src/components/ui/stories/popover.stories.tsx +0 -1
  204. package/src/components/ui/stories/progress.stories.tsx +0 -1
  205. package/src/components/ui/stories/radio-group.stories.tsx +0 -1
  206. package/src/components/ui/stories/resizable.stories.tsx +0 -1
  207. package/src/components/ui/stories/scroll-area.stories.tsx +0 -1
  208. package/src/components/ui/stories/select.stories.tsx +0 -1
  209. package/src/components/ui/stories/separator.stories.tsx +0 -1
  210. package/src/components/ui/stories/sheet.stories.tsx +0 -1
  211. package/src/components/ui/stories/sidebar.stories.tsx +0 -1
  212. package/src/components/ui/stories/skeleton.stories.tsx +0 -1
  213. package/src/components/ui/stories/slider.stories.tsx +0 -1
  214. package/src/components/ui/stories/sonner.stories.tsx +0 -1
  215. package/src/components/ui/stories/spinner.stories.tsx +356 -0
  216. package/src/components/ui/stories/stack.stories.tsx +0 -1
  217. package/src/components/ui/stories/switch.stories.tsx +0 -1
  218. package/src/components/ui/stories/table.stories.tsx +0 -1
  219. package/src/components/ui/stories/tabs.stories.tsx +0 -1
  220. package/src/components/ui/stories/text-field.stories.tsx +0 -1
  221. package/src/components/ui/stories/textarea.stories.tsx +0 -1
  222. package/src/components/ui/stories/theme-toggle.stories.tsx +0 -1
  223. package/src/components/ui/stories/theme.stories.tsx +0 -1
  224. package/src/components/ui/stories/toggle-group.stories.tsx +0 -1
  225. package/src/components/ui/stories/toggle.stories.tsx +0 -1
  226. package/src/components/ui/stories/tooltip.stories.tsx +0 -1
  227. package/src/components/ui/stories/typography.stories.tsx +5 -2
  228. package/src/components/ui/stories/use-mobile.stories.tsx +0 -1
  229. package/src/components/ui/stories/use-theme.stories.tsx +0 -1
  230. package/src/components/ui/tabs.tsx +1 -1
  231. package/src/components/ui/typography.tsx +29 -129
  232. package/src/index.ts +7 -0
  233. package/src/styles/globals.css +40 -24
  234. package/llm-docs/a.llm.md +0 -145
  235. package/llm-docs/accordion-content.llm.md +0 -67
  236. package/llm-docs/accordion-item.llm.md +0 -61
  237. package/llm-docs/accordion-trigger.llm.md +0 -69
  238. package/llm-docs/accordion.llm.md +0 -88
  239. package/llm-docs/alert-description.llm.md +0 -78
  240. package/llm-docs/alert-dialog-action.llm.md +0 -51
  241. package/llm-docs/alert-dialog-cancel.llm.md +0 -48
  242. package/llm-docs/alert-dialog-content.llm.md +0 -88
  243. package/llm-docs/alert-dialog-description.llm.md +0 -53
  244. package/llm-docs/alert-dialog-footer.llm.md +0 -41
  245. package/llm-docs/alert-dialog-header.llm.md +0 -39
  246. package/llm-docs/alert-dialog-overlay.llm.md +0 -44
  247. package/llm-docs/alert-dialog-portal.llm.md +0 -41
  248. package/llm-docs/alert-dialog-title.llm.md +0 -46
  249. package/llm-docs/alert-dialog-trigger.llm.md +0 -40
  250. package/llm-docs/alert-dialog.llm.md +0 -80
  251. package/llm-docs/alert-title.llm.md +0 -48
  252. package/llm-docs/alert.llm.md +0 -92
  253. package/llm-docs/aspect-ratio.llm.md +0 -41
  254. package/llm-docs/avatar-fallback.llm.md +0 -41
  255. package/llm-docs/avatar-image.llm.md +0 -48
  256. package/llm-docs/avatar.llm.md +0 -35
  257. package/llm-docs/badge.llm.md +0 -122
  258. package/llm-docs/blockquote.llm.md +0 -122
  259. package/llm-docs/breadcrumb-ellipsis.llm.md +0 -73
  260. package/llm-docs/breadcrumb-item.llm.md +0 -53
  261. package/llm-docs/breadcrumb-link.llm.md +0 -84
  262. package/llm-docs/breadcrumb-list.llm.md +0 -54
  263. package/llm-docs/breadcrumb-page.llm.md +0 -52
  264. package/llm-docs/breadcrumb-separator.llm.md +0 -60
  265. package/llm-docs/breadcrumb.llm.md +0 -110
  266. package/llm-docs/button.llm.md +0 -281
  267. package/llm-docs/calendar-day-button.llm.md +0 -57
  268. package/llm-docs/calendar.llm.md +0 -340
  269. package/llm-docs/card-action.llm.md +0 -64
  270. package/llm-docs/card-content.llm.md +0 -48
  271. package/llm-docs/card-description.llm.md +0 -46
  272. package/llm-docs/card-footer.llm.md +0 -56
  273. package/llm-docs/card-header.llm.md +0 -53
  274. package/llm-docs/card-title.llm.md +0 -43
  275. package/llm-docs/card.llm.md +0 -100
  276. package/llm-docs/carousel-content.llm.md +0 -77
  277. package/llm-docs/carousel-item.llm.md +0 -96
  278. package/llm-docs/carousel-next.llm.md +0 -95
  279. package/llm-docs/carousel-previous.llm.md +0 -95
  280. package/llm-docs/carousel.llm.md +0 -211
  281. package/llm-docs/chart-config.llm.md +0 -71
  282. package/llm-docs/chart-container.llm.md +0 -148
  283. package/llm-docs/chart-legend-content.llm.md +0 -85
  284. package/llm-docs/chart-legend.llm.md +0 -144
  285. package/llm-docs/chart-style.llm.md +0 -28
  286. package/llm-docs/chart-tooltip-content.llm.md +0 -149
  287. package/llm-docs/chart-tooltip.llm.md +0 -184
  288. package/llm-docs/checkbox.llm.md +0 -100
  289. package/llm-docs/cn.llm.md +0 -46
  290. package/llm-docs/code.llm.md +0 -108
  291. package/llm-docs/collapsible-content.llm.md +0 -109
  292. package/llm-docs/collapsible-trigger.llm.md +0 -75
  293. package/llm-docs/collapsible.llm.md +0 -109
  294. package/llm-docs/combobox-option.llm.md +0 -53
  295. package/llm-docs/combobox.llm.md +0 -208
  296. package/llm-docs/command-dialog.llm.md +0 -112
  297. package/llm-docs/command-empty.llm.md +0 -63
  298. package/llm-docs/command-group.llm.md +0 -83
  299. package/llm-docs/command-input.llm.md +0 -82
  300. package/llm-docs/command-item.llm.md +0 -97
  301. package/llm-docs/command-list.llm.md +0 -53
  302. package/llm-docs/command-loading.llm.md +0 -48
  303. package/llm-docs/command-separator.llm.md +0 -44
  304. package/llm-docs/command-shortcut.llm.md +0 -63
  305. package/llm-docs/command.llm.md +0 -147
  306. package/llm-docs/container.llm.md +0 -236
  307. package/llm-docs/context-menu-checkbox-item.llm.md +0 -97
  308. package/llm-docs/context-menu-content.llm.md +0 -91
  309. package/llm-docs/context-menu-group.llm.md +0 -61
  310. package/llm-docs/context-menu-item.llm.md +0 -94
  311. package/llm-docs/context-menu-label.llm.md +0 -60
  312. package/llm-docs/context-menu-portal.llm.md +0 -49
  313. package/llm-docs/context-menu-radio-group.llm.md +0 -66
  314. package/llm-docs/context-menu-radio-item.llm.md +0 -76
  315. package/llm-docs/context-menu-separator.llm.md +0 -51
  316. package/llm-docs/context-menu-shortcut.llm.md +0 -57
  317. package/llm-docs/context-menu-sub-content.llm.md +0 -90
  318. package/llm-docs/context-menu-sub-trigger.llm.md +0 -73
  319. package/llm-docs/context-menu-sub.llm.md +0 -61
  320. package/llm-docs/context-menu-trigger.llm.md +0 -53
  321. package/llm-docs/context-menu.llm.md +0 -103
  322. package/llm-docs/date-picker.llm.md +0 -90
  323. package/llm-docs/dialog-close.llm.md +0 -61
  324. package/llm-docs/dialog-content.llm.md +0 -128
  325. package/llm-docs/dialog-description.llm.md +0 -44
  326. package/llm-docs/dialog-footer.llm.md +0 -38
  327. package/llm-docs/dialog-header.llm.md +0 -40
  328. package/llm-docs/dialog-overlay.llm.md +0 -57
  329. package/llm-docs/dialog-portal.llm.md +0 -47
  330. package/llm-docs/dialog-title.llm.md +0 -41
  331. package/llm-docs/dialog-trigger.llm.md +0 -51
  332. package/llm-docs/dialog.llm.md +0 -113
  333. package/llm-docs/drawer-close.llm.md +0 -53
  334. package/llm-docs/drawer-content.llm.md +0 -58
  335. package/llm-docs/drawer-description.llm.md +0 -54
  336. package/llm-docs/drawer-footer.llm.md +0 -67
  337. package/llm-docs/drawer-header.llm.md +0 -60
  338. package/llm-docs/drawer-overlay.llm.md +0 -40
  339. package/llm-docs/drawer-portal.llm.md +0 -42
  340. package/llm-docs/drawer-title.llm.md +0 -51
  341. package/llm-docs/drawer-trigger.llm.md +0 -44
  342. package/llm-docs/drawer.llm.md +0 -194
  343. package/llm-docs/dropdown-menu-checkbox-item.llm.md +0 -111
  344. package/llm-docs/dropdown-menu-content.llm.md +0 -109
  345. package/llm-docs/dropdown-menu-group.llm.md +0 -38
  346. package/llm-docs/dropdown-menu-item.llm.md +0 -94
  347. package/llm-docs/dropdown-menu-label.llm.md +0 -66
  348. package/llm-docs/dropdown-menu-portal.llm.md +0 -32
  349. package/llm-docs/dropdown-menu-radio-group.llm.md +0 -73
  350. package/llm-docs/dropdown-menu-radio-item.llm.md +0 -92
  351. package/llm-docs/dropdown-menu-separator.llm.md +0 -55
  352. package/llm-docs/dropdown-menu-shortcut.llm.md +0 -74
  353. package/llm-docs/dropdown-menu-sub-content.llm.md +0 -80
  354. package/llm-docs/dropdown-menu-sub-trigger.llm.md +0 -84
  355. package/llm-docs/dropdown-menu-sub.llm.md +0 -74
  356. package/llm-docs/dropdown-menu-trigger.llm.md +0 -48
  357. package/llm-docs/dropdown-menu.llm.md +0 -120
  358. package/llm-docs/empty-state.llm.md +0 -174
  359. package/llm-docs/h1.llm.md +0 -113
  360. package/llm-docs/h2.llm.md +0 -113
  361. package/llm-docs/h3.llm.md +0 -111
  362. package/llm-docs/h4.llm.md +0 -109
  363. package/llm-docs/h5.llm.md +0 -110
  364. package/llm-docs/h6.llm.md +0 -110
  365. package/llm-docs/hover-card-content.llm.md +0 -167
  366. package/llm-docs/hover-card-trigger.llm.md +0 -65
  367. package/llm-docs/hover-card.llm.md +0 -121
  368. package/llm-docs/input.llm.md +0 -319
  369. package/llm-docs/label.llm.md +0 -145
  370. package/llm-docs/lead.llm.md +0 -119
  371. package/llm-docs/menubar-checkbox-item.llm.md +0 -66
  372. package/llm-docs/menubar-content.llm.md +0 -128
  373. package/llm-docs/menubar-group.llm.md +0 -40
  374. package/llm-docs/menubar-item.llm.md +0 -62
  375. package/llm-docs/menubar-label.llm.md +0 -40
  376. package/llm-docs/menubar-menu.llm.md +0 -32
  377. package/llm-docs/menubar-portal.llm.md +0 -38
  378. package/llm-docs/menubar-radio-group.llm.md +0 -39
  379. package/llm-docs/menubar-radio-item.llm.md +0 -59
  380. package/llm-docs/menubar-separator.llm.md +0 -35
  381. package/llm-docs/menubar-shortcut.llm.md +0 -37
  382. package/llm-docs/menubar-sub-content.llm.md +0 -127
  383. package/llm-docs/menubar-sub-trigger.llm.md +0 -51
  384. package/llm-docs/menubar-sub.llm.md +0 -53
  385. package/llm-docs/menubar-trigger.llm.md +0 -37
  386. package/llm-docs/menubar.llm.md +0 -115
  387. package/llm-docs/navigation-menu-content.llm.md +0 -116
  388. package/llm-docs/navigation-menu-indicator.llm.md +0 -68
  389. package/llm-docs/navigation-menu-item.llm.md +0 -62
  390. package/llm-docs/navigation-menu-link.llm.md +0 -109
  391. package/llm-docs/navigation-menu-list.llm.md +0 -52
  392. package/llm-docs/navigation-menu-trigger-style.llm.md +0 -22
  393. package/llm-docs/navigation-menu-trigger.llm.md +0 -57
  394. package/llm-docs/navigation-menu-viewport.llm.md +0 -51
  395. package/llm-docs/navigation-menu.llm.md +0 -184
  396. package/llm-docs/p.llm.md +0 -115
  397. package/llm-docs/pagination-content.llm.md +0 -60
  398. package/llm-docs/pagination-ellipsis.llm.md +0 -107
  399. package/llm-docs/pagination-item.llm.md +0 -59
  400. package/llm-docs/pagination-link.llm.md +0 -150
  401. package/llm-docs/pagination-next.llm.md +0 -115
  402. package/llm-docs/pagination-previous.llm.md +0 -115
  403. package/llm-docs/pagination.llm.md +0 -190
  404. package/llm-docs/popover-anchor.llm.md +0 -53
  405. package/llm-docs/popover-content.llm.md +0 -109
  406. package/llm-docs/popover-trigger.llm.md +0 -54
  407. package/llm-docs/popover.llm.md +0 -116
  408. package/llm-docs/progress.llm.md +0 -76
  409. package/llm-docs/radio-group-indicator.llm.md +0 -28
  410. package/llm-docs/radio-group-item.llm.md +0 -40
  411. package/llm-docs/radio-group.llm.md +0 -76
  412. package/llm-docs/resizable-handle.llm.md +0 -156
  413. package/llm-docs/resizable-panel-group.llm.md +0 -149
  414. package/llm-docs/resizable-panel.llm.md +0 -157
  415. package/llm-docs/scroll-area-corner.llm.md +0 -41
  416. package/llm-docs/scroll-area-thumb.llm.md +0 -39
  417. package/llm-docs/scroll-area-viewport.llm.md +0 -60
  418. package/llm-docs/scroll-area.llm.md +0 -125
  419. package/llm-docs/scroll-bar.llm.md +0 -78
  420. package/llm-docs/sdk-items-registry.json +0 -2638
  421. package/llm-docs/select-content.llm.md +0 -139
  422. package/llm-docs/select-group.llm.md +0 -60
  423. package/llm-docs/select-item.llm.md +0 -75
  424. package/llm-docs/select-label.llm.md +0 -62
  425. package/llm-docs/select-scroll-down-button.llm.md +0 -45
  426. package/llm-docs/select-scroll-up-button.llm.md +0 -45
  427. package/llm-docs/select-separator.llm.md +0 -59
  428. package/llm-docs/select-trigger.llm.md +0 -66
  429. package/llm-docs/select-value.llm.md +0 -67
  430. package/llm-docs/select.llm.md +0 -159
  431. package/llm-docs/separator.llm.md +0 -129
  432. package/llm-docs/sheet-close.llm.md +0 -49
  433. package/llm-docs/sheet-content.llm.md +0 -115
  434. package/llm-docs/sheet-description.llm.md +0 -62
  435. package/llm-docs/sheet-footer.llm.md +0 -64
  436. package/llm-docs/sheet-header.llm.md +0 -52
  437. package/llm-docs/sheet-title.llm.md +0 -53
  438. package/llm-docs/sheet-trigger.llm.md +0 -46
  439. package/llm-docs/sheet.llm.md +0 -126
  440. package/llm-docs/sidebar-content.llm.md +0 -63
  441. package/llm-docs/sidebar-footer.llm.md +0 -50
  442. package/llm-docs/sidebar-group-action.llm.md +0 -60
  443. package/llm-docs/sidebar-group-content.llm.md +0 -64
  444. package/llm-docs/sidebar-group-label.llm.md +0 -53
  445. package/llm-docs/sidebar-group.llm.md +0 -56
  446. package/llm-docs/sidebar-header.llm.md +0 -67
  447. package/llm-docs/sidebar-input.llm.md +0 -50
  448. package/llm-docs/sidebar-inset.llm.md +0 -52
  449. package/llm-docs/sidebar-menu-action.llm.md +0 -84
  450. package/llm-docs/sidebar-menu-badge.llm.md +0 -60
  451. package/llm-docs/sidebar-menu-button.llm.md +0 -103
  452. package/llm-docs/sidebar-menu-item.llm.md +0 -75
  453. package/llm-docs/sidebar-menu-skeleton.llm.md +0 -76
  454. package/llm-docs/sidebar-menu-sub-button.llm.md +0 -85
  455. package/llm-docs/sidebar-menu-sub-item.llm.md +0 -54
  456. package/llm-docs/sidebar-menu-sub.llm.md +0 -74
  457. package/llm-docs/sidebar-menu.llm.md +0 -65
  458. package/llm-docs/sidebar-provider.llm.md +0 -79
  459. package/llm-docs/sidebar-rail.llm.md +0 -34
  460. package/llm-docs/sidebar-separator.llm.md +0 -57
  461. package/llm-docs/sidebar-trigger.llm.md +0 -49
  462. package/llm-docs/sidebar.llm.md +0 -129
  463. package/llm-docs/skeleton.llm.md +0 -134
  464. package/llm-docs/slider.llm.md +0 -173
  465. package/llm-docs/small.llm.md +0 -115
  466. package/llm-docs/span.llm.md +0 -132
  467. package/llm-docs/stack.llm.md +0 -28
  468. package/llm-docs/strong.llm.md +0 -115
  469. package/llm-docs/switch.llm.md +0 -76
  470. package/llm-docs/table-body.llm.md +0 -36
  471. package/llm-docs/table-caption.llm.md +0 -48
  472. package/llm-docs/table-cell.llm.md +0 -53
  473. package/llm-docs/table-footer.llm.md +0 -41
  474. package/llm-docs/table-head.llm.md +0 -69
  475. package/llm-docs/table-header.llm.md +0 -41
  476. package/llm-docs/table-row.llm.md +0 -42
  477. package/llm-docs/table.llm.md +0 -123
  478. package/llm-docs/tabs-content.llm.md +0 -47
  479. package/llm-docs/tabs-list.llm.md +0 -41
  480. package/llm-docs/tabs-trigger.llm.md +0 -47
  481. package/llm-docs/tabs.llm.md +0 -71
  482. package/llm-docs/text-field.llm.md +0 -327
  483. package/llm-docs/textarea.llm.md +0 -311
  484. package/llm-docs/theme-preference.llm.md +0 -25
  485. package/llm-docs/theme-toggle.llm.md +0 -57
  486. package/llm-docs/theme.llm.md +0 -14
  487. package/llm-docs/toast.llm.md +0 -32
  488. package/llm-docs/toaster.llm.md +0 -193
  489. package/llm-docs/toggle-group-item.llm.md +0 -59
  490. package/llm-docs/toggle-group.llm.md +0 -101
  491. package/llm-docs/toggle.llm.md +0 -40
  492. package/llm-docs/tooltip-content.llm.md +0 -185
  493. package/llm-docs/tooltip-provider.llm.md +0 -68
  494. package/llm-docs/tooltip-trigger.llm.md +0 -70
  495. package/llm-docs/tooltip.llm.md +0 -129
  496. package/llm-docs/typography.llm.md +0 -175
  497. package/llm-docs/use-carousel.llm.md +0 -55
  498. package/llm-docs/use-command-state.llm.md +0 -32
  499. package/llm-docs/use-is-mobile.llm.md +0 -73
  500. package/llm-docs/use-sidebar.llm.md +0 -61
@@ -1,2638 +0,0 @@
1
- {
2
- "generated": "2025-08-28T03:50:17.847Z",
3
- "sdk": "neynar-sdk-ui",
4
- "tier": "ui",
5
- "importPrefix": "@neynar/ui",
6
- "Accordion": {
7
- "description": "Accordion - Collapsible content panels for organizing information A vertically stacked set of interactive headings that each reveal a section of content. Built on Radix UI Accordion primitives with optimized animations and accessibility. Supports both single and multiple expanded items simultaneously based on the type prop.",
8
- "file": "accordion.llm.md",
9
- "type": "component",
10
- "keywords": [
11
- "accordion",
12
- "component",
13
- "format"
14
- ]
15
- },
16
- "AccordionItem": {
17
- "description": "AccordionItem - Individual collapsible panel within an accordion A container component that wraps a single accordion section consisting of a trigger and collapsible content. Each item requires a unique value prop for identification and state management. Provides consistent spacing and border styling.",
18
- "file": "accordion-item.llm.md",
19
- "type": "component",
20
- "keywords": [
21
- "accordion item",
22
- "accordionitem",
23
- "component"
24
- ]
25
- },
26
- "AccordionTrigger": {
27
- "description": "AccordionTrigger - Clickable header that toggles accordion content visibility An interactive button element that users click or activate via keyboard to expand or collapse the associated accordion content. Features a rotating chevron icon for visual state indication and supports both text and custom content.",
28
- "file": "accordion-trigger.llm.md",
29
- "type": "component",
30
- "keywords": [
31
- "accordion trigger",
32
- "accordiontrigger",
33
- "component"
34
- ]
35
- },
36
- "AccordionContent": {
37
- "description": "AccordionContent - Collapsible content area of an accordion item The expandable content section that is revealed or hidden when the associated AccordionTrigger is activated. Features smooth height-based animations using Tailwind CSS keyframes and supports any React content including complex layouts.",
38
- "file": "accordion-content.llm.md",
39
- "type": "component",
40
- "keywords": [
41
- "accordion content",
42
- "accordioncontent",
43
- "component"
44
- ]
45
- },
46
- "AlertDialog": {
47
- "description": "Alert dialog component for critical confirmations and destructive actions A specialized modal dialog built on Radix UI Alert Dialog primitives that interrupts users with important information requiring immediate acknowledgment or decision. Unlike regular dialogs, alert dialogs cannot be dismissed by clicking outside and focus the action button by default for critical decisions. Based on the WAI-ARIA Alert Dialog design pattern, this component is specifically designed for destructive actions, confirmations, or critical warnings that need immediate attention before the user can continue.",
48
- "file": "alert-dialog.llm.md",
49
- "type": "component",
50
- "keywords": [
51
- "alert dialog",
52
- "alertdialog",
53
- "component",
54
- "format"
55
- ]
56
- },
57
- "AlertDialogPortal": {
58
- "description": "Portal component for rendering dialog outside normal DOM tree Renders the alert dialog content into a portal, typically at the end of the document body. This ensures the dialog appears above other content and is properly accessible. Usually not used directly - AlertDialogContent includes this automatically.",
59
- "file": "alert-dialog-portal.llm.md",
60
- "type": "component",
61
- "keywords": [
62
- "alert dialog portal",
63
- "alertdialogportal",
64
- "component"
65
- ]
66
- },
67
- "AlertDialogOverlay": {
68
- "description": "Overlay backdrop behind the alert dialog A semi-transparent backdrop that covers the entire viewport when the dialog is open. Provides visual separation and prevents interaction with background content. Includes smooth fade in/out animations and proper z-index stacking.",
69
- "file": "alert-dialog-overlay.llm.md",
70
- "type": "component",
71
- "keywords": [
72
- "alert dialog overlay",
73
- "alertdialogoverlay",
74
- "component"
75
- ]
76
- },
77
- "AlertDialogTrigger": {
78
- "description": "Trigger element that opens the alert dialog The element that opens the alert dialog when activated. Usually a button, but can be any interactive element through composition. When opened, the dialog will trap focus and require user interaction before continuing.",
79
- "file": "alert-dialog-trigger.llm.md",
80
- "type": "component",
81
- "keywords": [
82
- "alert dialog trigger",
83
- "alertdialogtrigger",
84
- "component"
85
- ]
86
- },
87
- "AlertDialogContent": {
88
- "description": "Main content container for the alert dialog The primary container that holds all alert dialog content. Automatically includes the portal and overlay, and provides default styling with responsive design. Centered on screen with smooth fade and zoom animations. Manages focus trapping and keyboard navigation automatically.",
89
- "file": "alert-dialog-content.llm.md",
90
- "type": "component",
91
- "keywords": [
92
- "alert dialog content",
93
- "alertdialogcontent",
94
- "component"
95
- ]
96
- },
97
- "AlertDialogHeader": {
98
- "description": "Header section of the alert dialog Contains the title and description of the alert dialog. Provides consistent spacing and alignment, with responsive text alignment (centered on mobile, left-aligned on larger screens). Should contain AlertDialogTitle and optionally AlertDialogDescription for proper accessibility.",
99
- "file": "alert-dialog-header.llm.md",
100
- "type": "component",
101
- "keywords": [
102
- "alert dialog header",
103
- "alertdialogheader",
104
- "component"
105
- ]
106
- },
107
- "AlertDialogFooter": {
108
- "description": "Footer section of the alert dialog Contains the action buttons (cancel and confirm). Uses responsive layout with stacked buttons on mobile (cancel on top) and horizontal layout on larger screens (cancel on left, action on right). Should contain AlertDialogCancel and AlertDialogAction for proper UX.",
109
- "file": "alert-dialog-footer.llm.md",
110
- "type": "component",
111
- "keywords": [
112
- "alert dialog footer",
113
- "alertdialogfooter",
114
- "component"
115
- ]
116
- },
117
- "AlertDialogTitle": {
118
- "description": "Title heading of the alert dialog The main heading that describes the alert or action being confirmed. Automatically provides proper ARIA labeling for screen readers via aria-labelledby. Should be concise and clearly state what the dialog is asking.",
119
- "file": "alert-dialog-title.llm.md",
120
- "type": "component",
121
- "keywords": [
122
- "alert dialog title",
123
- "alertdialogtitle",
124
- "component"
125
- ]
126
- },
127
- "AlertDialogDescription": {
128
- "description": "Description text of the alert dialog Provides additional context and explanation for the alert or action. Should clearly explain the consequences of the action being confirmed. Automatically provides proper ARIA description via aria-describedby for screen readers. Can be omitted if aria-describedby is provided to Content.",
129
- "file": "alert-dialog-description.llm.md",
130
- "type": "component",
131
- "keywords": [
132
- "alert dialog description",
133
- "alertdialogdescription",
134
- "component"
135
- ]
136
- },
137
- "AlertDialogAction": {
138
- "description": "Primary action button of the alert dialog The button that confirms or executes the action being alerted about. Automatically receives focus when the dialog opens (unless overridden). Styled using buttonVariants() by default, but can be customized for destructive actions. Closes the dialog when clicked.",
139
- "file": "alert-dialog-action.llm.md",
140
- "type": "component",
141
- "keywords": [
142
- "alert dialog action",
143
- "alertdialogaction",
144
- "component"
145
- ]
146
- },
147
- "AlertDialogCancel": {
148
- "description": "Cancel button of the alert dialog The button that dismisses the dialog without performing the action. Styled using outline variant by default to de-emphasize compared to the primary action. Closes the dialog when clicked without triggering the main action.",
149
- "file": "alert-dialog-cancel.llm.md",
150
- "type": "component",
151
- "keywords": [
152
- "alert dialog cancel",
153
- "alertdialogcancel",
154
- "component"
155
- ]
156
- },
157
- "Alert": {
158
- "description": "Alert - Display important messages and notifications to users A flexible alert component for displaying important messages, notifications, and status updates. Built with shadcn/ui design patterns and Tailwind CSS. Alerts are used to communicate critical information that requires user attention and potentially action. ## When to use - System-wide notifications and announcements - Form validation errors and success messages - Important warnings that need persistent visibility - Status updates that don't require immediate action - Progress indicators and completion messages ## Features - Two built-in variants: `default` and `destructive` - Automatic icon grid layout with proper spacing using CSS Grid - Semantic HTML with proper ARIA attributes (`role=\"alert\"`) - Responsive design with consistent spacing - Dark mode support via CSS custom properties - Composition pattern with AlertTitle and AlertDescription - Support for custom styling through className prop - Icon-aware layout that adapts to presence of SVG icons ## Design Philosophy Follows the shadcn/ui principle of providing unstyled, accessible components that can be easily customized. The alert uses CSS Grid for intelligent layout that automatically adjusts based on whether an icon is present.",
159
- "file": "alert.llm.md",
160
- "type": "component",
161
- "keywords": [
162
- "alert",
163
- "component",
164
- "format"
165
- ]
166
- },
167
- "AlertTitle": {
168
- "description": "AlertTitle - The title/heading component for alerts Provides a prominent title or heading for the alert message. Automatically styled with medium font weight, line clamping, and proper grid positioning. Used to give context and immediate recognition of the alert's purpose. ## Features - Medium font weight for visual hierarchy - Single line with overflow handling (line-clamp-1) - Consistent minimum height for layout stability - Proper grid positioning (col-start-2) for icon layout - Tight character spacing (tracking-tight) for readability",
169
- "file": "alert-title.llm.md",
170
- "type": "component",
171
- "keywords": [
172
- "alert title",
173
- "alerttitle",
174
- "component"
175
- ]
176
- },
177
- "AlertDescription": {
178
- "description": "AlertDescription - Detailed description text content for alerts The body content area of an alert that provides detailed information, context, or instructions related to the alert message. Automatically styled with muted text color and proper grid positioning. Supports rich content including paragraphs, links, and inline formatting. ## Features - Muted foreground color for visual hierarchy - Proper grid positioning (col-start-2) for icon layout compatibility - Support for multiple paragraphs with relaxed line height - Grid layout with start justification for text alignment - Semantic HTML structure with data-slot attribute - Small text size (text-sm) for readability - Responsive gap spacing between content elements",
179
- "file": "alert-description.llm.md",
180
- "type": "component",
181
- "keywords": [
182
- "alert description",
183
- "alertdescription",
184
- "component",
185
- "format"
186
- ]
187
- },
188
- "AspectRatio": {
189
- "description": "AspectRatio - Maintains consistent width-to-height ratios for content A foundational layout component that preserves specific aspect ratios regardless of container size. Essential for responsive images, videos, and media content that needs consistent proportions across different screen sizes. Built on Radix UI primitives with zero JavaScript runtime overhead. This component creates a CSS-based aspect ratio container using the modern `aspect-ratio` property, ensuring content maintains its intended proportions without layout shifts or JavaScript calculations. The component acts as a constraint wrapper that forces its children to maintain the specified ratio.",
190
- "file": "aspect-ratio.llm.md",
191
- "type": "component",
192
- "keywords": [
193
- "aspect ratio",
194
- "aspectratio",
195
- "component"
196
- ]
197
- },
198
- "Avatar": {
199
- "description": "Avatar - A flexible container for displaying user profile images with graceful fallback support The Avatar component is built on Radix UI's Avatar primitive and provides a robust solution for displaying user profile pictures throughout your application. It automatically handles image loading states and displays fallback content when images fail to load or are unavailable. This component follows the shadcn/ui design system principles and provides a consistent approach to user representation across all applications. ## Features - **Automatic loading states**: Seamlessly handles image loading and error states - **Graceful fallbacks**: Shows fallback content when images are unavailable - **Flexible sizing**: Easy customization through Tailwind CSS size utilities - **Shape variants**: Circular by default with support for rounded corners - **Accessibility first**: Built-in ARIA attributes and keyboard navigation - **Composable design**: Works with AvatarImage and AvatarFallback sub-components - **Polymorphic rendering**: Supports asChild prop for custom element rendering ## Common Use Cases - User profile displays in headers and navigation - Comment sections and author attribution - Team member listings and directories - Avatar groups with overlapping layouts - Organization logos and brand representation - Loading states and placeholder content ## Size Variants - `size-6` (24px) - Small avatars for dense layouts - `size-8` (32px) - Default size for most use cases - `size-10` (40px) - Medium avatars for lists - `size-12` (48px) - Large avatars for profiles - `size-16` (64px) - Extra large for main profile displays",
200
- "file": "avatar.llm.md",
201
- "type": "component",
202
- "keywords": [
203
- "avatar",
204
- "component"
205
- ]
206
- },
207
- "AvatarImage": {
208
- "description": "AvatarImage - The image element component for displaying avatar pictures This component renders the actual avatar image and automatically handles loading states. It's built on Radix UI's Avatar.Image primitive which provides robust image loading behavior - when the image fails to load or is still loading, it remains hidden and the AvatarFallback will be displayed instead. ## Key Features - **Automatic loading state management**: Handles \"idle\", \"loading\", \"loaded\", and \"error\" states - **Graceful error handling**: Automatically falls back when images fail to load - **Proper aspect ratio maintenance**: Square aspect ratio maintained by default - **Flexible rendering**: Supports asChild for custom element composition - **Loading status callbacks**: Provides onLoadingStatusChange for custom loading logic - **Accessible implementation**: Proper alt text handling and ARIA support ## Loading States The component automatically manages these states: - **idle**: Initial state before loading begins - **loading**: Image is currently being loaded - **loaded**: Image has loaded successfully and is displayed - **error**: Image failed to load, fallback will be shown",
209
- "file": "avatar-image.llm.md",
210
- "type": "component",
211
- "keywords": [
212
- "avatar",
213
- "avatar image",
214
- "avatarimage",
215
- "component"
216
- ]
217
- },
218
- "AvatarFallback": {
219
- "description": "AvatarFallback - Fallback content displayed when the avatar image is unavailable This component renders alternative content when the AvatarImage is loading, fails to load, or is not provided. It's built on Radix UI's Avatar.Fallback primitive and provides a visually appealing placeholder that maintains the avatar's design consistency. ## When AvatarFallback is Shown The fallback is automatically displayed in these scenarios: - **Image loading**: While the AvatarImage is being loaded - **Image error**: When the AvatarImage fails to load (broken URL, network error) - **No image**: When no AvatarImage component is provided - **Empty src**: When AvatarImage has no src prop or empty src ## Common Use Cases - **User initials**: Most common pattern (2-3 characters) - **Generic icons**: User, person, or company icons - **Brand initials**: For organization avatars - **Loading states**: With animations or loading indicators - **Placeholder content**: For new or anonymous users - **Custom graphics**: SVG icons or other visual elements ## Design Considerations - Uses muted background color for subtle appearance - Automatically centers content both horizontally and vertically - Inherits size and border radius from parent Avatar - Should complement the overall design system - Supports delay to prevent flash during fast image loads",
220
- "file": "avatar-fallback.llm.md",
221
- "type": "component",
222
- "keywords": [
223
- "avatar",
224
- "avatar fallback",
225
- "avatarfallback",
226
- "component"
227
- ]
228
- },
229
- "Badge": {
230
- "description": "Badge - Versatile status indicator component for labels, counts, and notifications A small status descriptor component that provides visual feedback about state, category, or importance of content. Built on Radix UI Slot primitives with accessibility-first design and support for multiple semantic variants and interactive states.",
231
- "file": "badge.llm.md",
232
- "type": "component",
233
- "keywords": [
234
- "badge",
235
- "component"
236
- ]
237
- },
238
- "Breadcrumb": {
239
- "description": "Breadcrumb navigation component that displays hierarchical page location A breadcrumb navigation component built on semantic HTML that shows the current page location within a navigational hierarchy. Provides users with contextual awareness of their position in the site structure and enables easy navigation to parent pages. Based on the shadcn/ui Breadcrumb component with accessibility features and support for composition patterns including custom separators, ellipsis for long paths, dropdown menus, and custom link components via the asChild prop.",
240
- "file": "breadcrumb.llm.md",
241
- "type": "component",
242
- "keywords": [
243
- "breadcrumb",
244
- "component"
245
- ]
246
- },
247
- "BreadcrumbList": {
248
- "description": "Ordered list container for breadcrumb items Provides the structured list layout for breadcrumb navigation items with responsive spacing and text overflow handling. Uses semantic `ol` element for proper accessibility and screen reader navigation. Contains flexible layout with word breaking and responsive gap adjustments.",
249
- "file": "breadcrumb-list.llm.md",
250
- "type": "component",
251
- "keywords": [
252
- "breadcrumb list",
253
- "breadcrumblist",
254
- "component"
255
- ]
256
- },
257
- "BreadcrumbItem": {
258
- "description": "Individual breadcrumb list item container Wraps breadcrumb content (links, pages, separators) in a semantic list item. Provides consistent alignment and spacing for breadcrumb elements with inline flex layout for proper icon and text alignment.",
259
- "file": "breadcrumb-item.llm.md",
260
- "type": "component",
261
- "keywords": [
262
- "breadcrumb item",
263
- "breadcrumbitem",
264
- "component"
265
- ]
266
- },
267
- "BreadcrumbLink": {
268
- "description": "Navigable link within breadcrumb trail Represents a clickable parent page in the breadcrumb hierarchy with smooth hover effects and transition animations. Supports composition via the `asChild` prop for seamless integration with routing libraries like Next.js Link, React Router, or Reach Router using the Radix UI Slot primitive for prop merging. Built on Radix UI Slot primitive which enables the asChild pattern - when asChild is true, the component merges its props with the immediate child element instead of rendering its own anchor tag. This allows for flexible composition while maintaining consistent styling and behavior.",
269
- "file": "breadcrumb-link.llm.md",
270
- "type": "component",
271
- "keywords": [
272
- "breadcrumb link",
273
- "breadcrumblink",
274
- "component"
275
- ]
276
- },
277
- "BreadcrumbPage": {
278
- "description": "Current page indicator in breadcrumb trail Represents the current page (non-clickable) at the end of the breadcrumb trail. Styled with prominent text color and marked with comprehensive accessibility attributes including `aria-current=\"page\"` for precise screen reader identification of the user's current location within the site hierarchy. This component uses specific ARIA attributes to indicate it represents a link-like element that is disabled, providing semantic meaning while maintaining the visual breadcrumb structure. The `aria-current=\"page\"` attribute is the standard way to identify the current page in navigation components.",
279
- "file": "breadcrumb-page.llm.md",
280
- "type": "component",
281
- "keywords": [
282
- "breadcrumb page",
283
- "breadcrumbpage",
284
- "component"
285
- ]
286
- },
287
- "BreadcrumbSeparator": {
288
- "description": "Visual separator between breadcrumb items Displays a separator icon (default: ChevronRight) between breadcrumb items to provide visual hierarchy and direction in the breadcrumb trail. Supports complete customization with any icon or content. Properly hidden from assistive technologies with accessibility attributes for clean screen reader navigation experience. The component uses CSS sizing constraints to ensure consistent icon sizing across different separator types and maintains visual alignment within the breadcrumb flow.",
289
- "file": "breadcrumb-separator.llm.md",
290
- "type": "component",
291
- "keywords": [
292
- "breadcrumb separator",
293
- "breadcrumbseparator",
294
- "component"
295
- ]
296
- },
297
- "BreadcrumbEllipsis": {
298
- "description": "Ellipsis indicator for collapsed breadcrumb items Shows a horizontal ellipsis icon (MoreHorizontal) to indicate hidden or collapsed middle items in a long breadcrumb trail. Essential for deep navigation hierarchies where space is limited or mobile responsive design. Commonly used in combination with dropdown menus, popovers, or expandable sections to reveal the collapsed breadcrumb items on user interaction. The component provides a consistent 36px (9 × 4px) clickable area for better touch interaction when used as a trigger for dropdown menus. Includes hidden screen reader text to provide context about the collapsed content.",
299
- "file": "breadcrumb-ellipsis.llm.md",
300
- "type": "component",
301
- "keywords": [
302
- "breadcrumb ellipsis",
303
- "breadcrumbellipsis",
304
- "component"
305
- ]
306
- },
307
- "Button": {
308
- "description": "Button - A versatile, accessible button component with multiple style variants A fundamental UI element built on Radix UI's Slot primitive that supports extensive customization through variants, composition patterns, and comprehensive accessibility features. The component automatically handles icon styling, focus management, form integration, and can be rendered as other elements using the asChild pattern.",
309
- "file": "button.llm.md",
310
- "type": "component",
311
- "keywords": [
312
- "button",
313
- "component"
314
- ]
315
- },
316
- "Calendar": {
317
- "description": "Calendar - A comprehensive date selection calendar component A fully-featured calendar component built on react-day-picker that provides intuitive date selection with extensive customization options. Supports single dates, date ranges, multiple dates, and custom validation rules with built-in accessibility features. Built on the powerful react-day-picker library, this component provides a complete calendar interface with advanced features like custom formatters, modifiers, disabled dates, localization, and extensive styling options.",
318
- "file": "calendar.llm.md",
319
- "type": "component",
320
- "keywords": [
321
- "calendar",
322
- "component",
323
- "format"
324
- ]
325
- },
326
- "CalendarDayButton": {
327
- "description": "CalendarDayButton - Individual day button component for calendar dates Renders a single interactive day button with appropriate styling for different states including selected, today, disabled, and range selection indicators. This component is used internally by the Calendar component but can be customized if needed.",
328
- "file": "calendar-day-button.llm.md",
329
- "type": "component",
330
- "keywords": [
331
- "button",
332
- "calendar day button",
333
- "calendardaybutton",
334
- "component"
335
- ]
336
- },
337
- "Card": {
338
- "description": "Card - A flexible container component for grouping related content Cards are surfaces that display content and actions on a single topic. They should be easy to scan for relevant and actionable information. Cards support composition through multiple sub-components and can be customized with various layouts and styling patterns. Based on the shadcn/ui Card component, this implementation provides: - Flexible composition through sub-components - Semantic HTML structure for accessibility - Consistent spacing and visual hierarchy - Support for interactive elements and actions",
339
- "file": "card.llm.md",
340
- "type": "component",
341
- "keywords": [
342
- "card",
343
- "component",
344
- "format"
345
- ]
346
- },
347
- "CardHeader": {
348
- "description": "CardHeader - Container for card header content Groups the card title, description, and optional action button. Automatically handles grid layout when CardAction is present, positioning the action to the right while allowing title and description to span the remaining space. Uses CSS Grid with container queries for responsive behavior: - Default: Single column layout for title and description - With CardAction: Two-column grid with action positioned top-right - Auto-adjusts spacing with gap utilities",
349
- "file": "card-header.llm.md",
350
- "type": "component",
351
- "keywords": [
352
- "card header",
353
- "cardheader",
354
- "component"
355
- ]
356
- },
357
- "CardFooter": {
358
- "description": "CardFooter - Footer area of a card, typically for actions Positioned at the bottom of the card and commonly used for action buttons, supplementary information, or navigation elements. Uses flexbox layout with automatic alignment of items. Can be styled with border-top when visual separation from content is needed.",
359
- "file": "card-footer.llm.md",
360
- "type": "component",
361
- "keywords": [
362
- "card footer",
363
- "cardfooter",
364
- "component",
365
- "format"
366
- ]
367
- },
368
- "CardTitle": {
369
- "description": "CardTitle - The main title of a card Renders the primary heading for a card. Should be used within CardHeader to maintain proper semantic structure and visual hierarchy. Uses semibold font weight and leading-none for compact appearance.",
370
- "file": "card-title.llm.md",
371
- "type": "component",
372
- "keywords": [
373
- "card title",
374
- "cardtitle",
375
- "component"
376
- ]
377
- },
378
- "CardAction": {
379
- "description": "CardAction - Container for card header actions Positioned to the right of the card header using CSS Grid positioning. Typically contains icon buttons, badges, or dropdown menus for card-specific actions. Automatically positioned when used within CardHeader. Grid positioning: - `col-start-2`: Places in second column - `row-span-2`: Spans both title and description rows - `row-start-1`: Starts from first row - `self-start justify-self-end`: Aligns to top-right",
380
- "file": "card-action.llm.md",
381
- "type": "component",
382
- "keywords": [
383
- "card action",
384
- "cardaction",
385
- "component"
386
- ]
387
- },
388
- "CardDescription": {
389
- "description": "CardDescription - Supplementary description text for a card Provides additional context or details about the card content. Styled with muted foreground color and smaller text size to create visual hierarchy below the CardTitle.",
390
- "file": "card-description.llm.md",
391
- "type": "component",
392
- "keywords": [
393
- "card description",
394
- "carddescription",
395
- "component"
396
- ]
397
- },
398
- "CardContent": {
399
- "description": "CardContent - Main content area of a card Contains the primary content for the card. Automatically applies horizontal padding to maintain consistent spacing with other card sections. Can contain any type of content including text, images, forms, or other components.",
400
- "file": "card-content.llm.md",
401
- "type": "component",
402
- "keywords": [
403
- "card content",
404
- "cardcontent",
405
- "component"
406
- ]
407
- },
408
- "Carousel": {
409
- "description": "A responsive carousel/slider component for content presentation The Carousel component provides a touch-friendly, keyboard-accessible way to browse through multiple items. Built on Embla Carousel, it supports various configurations including autoplay, loop, drag scrolling, infinite scroll, momentum scrolling, and both horizontal and vertical orientations. Features include responsive breakpoints, plugin system, smooth animations, focus management, RTL support, and extensive customization options.",
410
- "file": "carousel.llm.md",
411
- "type": "component",
412
- "keywords": [
413
- "carousel",
414
- "component"
415
- ]
416
- },
417
- "CarouselContent": {
418
- "description": "Container component for carousel items that handles the scrolling viewport Wraps all carousel items and manages the scrollable area. This component must be a direct child of Carousel and handles orientation-specific layouts, overflow behavior, and slide spacing. The outer div provides overflow clipping while the inner div contains the flex layout for slides.",
419
- "file": "carousel-content.llm.md",
420
- "type": "component",
421
- "keywords": [
422
- "carousel content",
423
- "carouselcontent",
424
- "component"
425
- ]
426
- },
427
- "CarouselItem": {
428
- "description": "Individual slide/item component within the carousel Represents a single slide in the carousel that can contain any content. Automatically handles sizing, spacing, and orientation-specific layouts based on the parent carousel configuration. Each slide is a flex item with configurable basis for responsive layouts.",
429
- "file": "carousel-item.llm.md",
430
- "type": "component",
431
- "keywords": [
432
- "carousel item",
433
- "carouselitem",
434
- "component"
435
- ]
436
- },
437
- "CarouselPrevious": {
438
- "description": "Navigation button to go to the previous carousel slide Renders a previous navigation button that automatically handles disabled states when at the beginning of the carousel (unless loop is enabled). Supports both horizontal and vertical orientations with appropriate positioning and icon rotation. Integrates with the carousel context to provide seamless navigation.",
439
- "file": "carousel-previous.llm.md",
440
- "type": "component",
441
- "keywords": [
442
- "carousel previous",
443
- "carouselprevious",
444
- "component"
445
- ]
446
- },
447
- "CarouselNext": {
448
- "description": "Navigation button to go to the next carousel slide Renders a next navigation button that automatically handles disabled states when at the end of the carousel (unless loop is enabled). Supports both horizontal and vertical orientations with appropriate positioning and icon rotation. Integrates with the carousel context to provide seamless navigation.",
449
- "file": "carousel-next.llm.md",
450
- "type": "component",
451
- "keywords": [
452
- "carousel next",
453
- "carouselnext",
454
- "component"
455
- ]
456
- },
457
- "useCarousel": {
458
- "description": "Hook to access carousel context and controls Must be used within a Carousel component. Provides access to the carousel API and navigation methods for building custom carousel interactions.",
459
- "file": "use-carousel.llm.md",
460
- "type": "function",
461
- "keywords": [
462
- "component",
463
- "function",
464
- "hook",
465
- "use carousel",
466
- "usecarousel"
467
- ]
468
- },
469
- "ChartConfig": {
470
- "description": "Configuration object for chart data series Defines labels, colors, and icons for chart data series with support for both static colors and theme-aware color definitions. Each series can have either a static color or theme-specific colors for light/dark modes. This configuration drives both visual styling and accessibility features throughout the chart ecosystem.",
471
- "file": "chart-config.llm.md",
472
- "type": "type",
473
- "keywords": [
474
- "chart config",
475
- "chartconfig",
476
- "type"
477
- ]
478
- },
479
- "ChartContainer": {
480
- "description": "Container component for Recharts charts with theming and configuration The ChartContainer provides a responsive wrapper for Recharts components with automatic theming, color management, and configuration. It generates CSS custom properties for chart colors, handles dark mode support, and applies consistent styling across all chart types. Built on the shadcn/ui design system with Recharts as the underlying charting library.",
481
- "file": "chart-container.llm.md",
482
- "type": "component",
483
- "keywords": [
484
- "chart container",
485
- "chartcontainer",
486
- "component"
487
- ]
488
- },
489
- "ChartTooltip": {
490
- "description": "Tooltip component for charts Re-export of Recharts Tooltip component with support for custom content. Use with ChartTooltipContent for consistent styling and theming integration.",
491
- "file": "chart-tooltip.llm.md",
492
- "type": "component",
493
- "keywords": [
494
- "chart tooltip",
495
- "charttooltip",
496
- "component"
497
- ]
498
- },
499
- "ChartTooltipContent": {
500
- "description": "Custom tooltip content component for charts Provides a styled tooltip that displays chart data with proper formatting, colors, and labels from the chart configuration. Supports multiple indicator styles, custom formatters, and automatic theming integration.",
501
- "file": "chart-tooltip-content.llm.md",
502
- "type": "component",
503
- "keywords": [
504
- "chart tooltip content",
505
- "charttooltipcontent",
506
- "component",
507
- "format"
508
- ]
509
- },
510
- "ChartLegend": {
511
- "description": "Legend component for charts Re-export of Recharts Legend component with support for custom content. Use with ChartLegendContent for consistent styling and theming integration.",
512
- "file": "chart-legend.llm.md",
513
- "type": "component",
514
- "keywords": [
515
- "chart legend",
516
- "chartlegend",
517
- "component"
518
- ]
519
- },
520
- "ChartLegendContent": {
521
- "description": "Custom legend content component for charts Provides a styled legend that displays chart series with colors and labels from the chart configuration. Supports icon display, custom positioning, and automatic theming integration.",
522
- "file": "chart-legend-content.llm.md",
523
- "type": "component",
524
- "keywords": [
525
- "chart legend content",
526
- "chartlegendcontent",
527
- "component"
528
- ]
529
- },
530
- "ChartStyle": {
531
- "description": "Internal component that generates CSS custom properties for chart colors Creates CSS variables based on the chart configuration to enable theme-aware coloring. Generates variables for both light and dark themes when theme configurations are provided, or uses static colors when available.",
532
- "file": "chart-style.llm.md",
533
- "type": "component",
534
- "keywords": [
535
- "chart style",
536
- "chartstyle",
537
- "component"
538
- ]
539
- },
540
- "Checkbox": {
541
- "description": "A versatile checkbox component for binary and multi-selection interfaces Built on Radix UI Checkbox primitive, this component provides a fully accessible checkbox with support for controlled/uncontrolled states, indeterminate state, and comprehensive form integration. Features consistent styling with the design system and proper keyboard navigation. The component automatically renders a hidden input element when used within a form to ensure proper form submission and native validation support. Supports three states: checked (true), unchecked (false), and indeterminate for partial selections.",
542
- "file": "checkbox.llm.md",
543
- "type": "component",
544
- "keywords": [
545
- "checkbox",
546
- "component"
547
- ]
548
- },
549
- "Collapsible": {
550
- "description": "An interactive component which expands/collapses a panel A flexible container component built on Radix UI Collapsible primitives that allows users to toggle the visibility of content sections. Unlike Accordion, Collapsible provides more flexibility without enforcing specific visual structures or mutual exclusivity. Perfect for FAQ sections, expandable details, settings panels, sidebar navigation, and any content that should be conditionally visible. Built on `@radix-ui/react-collapsible` with enhanced TypeScript support and comprehensive prop documentation.",
551
- "file": "collapsible.llm.md",
552
- "type": "component",
553
- "keywords": [
554
- "collapsible",
555
- "component"
556
- ]
557
- },
558
- "CollapsibleTrigger": {
559
- "description": "Interactive trigger element that toggles collapsible content visibility The clickable element that controls the expanded/collapsed state of the associated CollapsibleContent. Built on Radix UI CollapsibleTrigger primitive with automatic ARIA management and keyboard support. Supports the asChild prop for composition with custom button components or other interactive elements. **Key Features:** - Automatic `aria-expanded` state management - Built-in keyboard navigation (Space/Enter) - Flexible composition via `asChild` pattern - Seamless integration with any interactive element",
560
- "file": "collapsible-trigger.llm.md",
561
- "type": "component",
562
- "keywords": [
563
- "collapsible trigger",
564
- "collapsibletrigger",
565
- "component"
566
- ]
567
- },
568
- "CollapsibleContent": {
569
- "description": "Content container that can be expanded or collapsed The panel containing content that is shown or hidden based on the collapsible state. Built on Radix UI CollapsibleContent primitive with automatic height animations, accessibility attributes, and smooth transitions when toggling between expanded and collapsed states. **Key Features:** - Automatic height animations using CSS variables - Proper accessibility tree management (hidden when collapsed) - CSS data attributes for custom styling and animations - Support for forceMount to keep content in DOM when collapsed - Seamless composition via asChild pattern",
570
- "file": "collapsible-content.llm.md",
571
- "type": "component",
572
- "keywords": [
573
- "collapsible content",
574
- "collapsiblecontent",
575
- "component"
576
- ]
577
- },
578
- "ComboboxOption": {
579
- "description": "Option structure for combobox items Defines the shape of each option that can be displayed and selected in the combobox dropdown list.",
580
- "file": "combobox-option.llm.md",
581
- "type": "type",
582
- "keywords": [
583
- "combobox option",
584
- "comboboxoption",
585
- "type"
586
- ]
587
- },
588
- "Combobox": {
589
- "description": "Searchable dropdown selection component with typeahead functionality A versatile combobox that combines a button trigger with a searchable dropdown list. Ideal for selecting from moderate to large lists of options where search functionality improves user experience. Built on Radix UI Popover primitives for accessibility and CMDK for powerful command menu functionality with real-time filtering. **Technical Architecture:** - **Popover Container**: Radix UI Popover.Root provides modal/non-modal behavior, focus management, and positioning - **Trigger Button**: Uses Button component with proper ARIA attributes and visual states - **Command Menu**: CMDK provides keyboard navigation, filtering, and accessibility features - **State Management**: Controlled/uncontrolled modes with proper React patterns **Use Cases:** - Selecting from 10+ options that benefit from real-time filtering - User interfaces requiring quick option discovery through search - Forms needing better UX than basic select dropdowns - Applications with dynamic or large option sets **When Not to Use:** - Simple selection from few options (use Select component instead) - Multi-select scenarios (use Checkbox group or specialized multi-select) - Tree or hierarchical data (use TreeSelect or nested menus)",
590
- "file": "combobox.llm.md",
591
- "type": "component",
592
- "keywords": [
593
- "combobox",
594
- "component"
595
- ]
596
- },
597
- "Command": {
598
- "description": "Command - A fast, composable command menu for search and navigation Built on the cmdk primitive, this component provides a powerful command palette interface with search, filtering, and keyboard navigation. Perfect for creating search interfaces, command palettes, and action menus with full accessibility support. Features advanced filtering with fuzzy search, keyboard shortcuts, nested navigation, asynchronous loading states, and comprehensive accessibility patterns.",
599
- "file": "command.llm.md",
600
- "type": "component",
601
- "keywords": [
602
- "command",
603
- "component"
604
- ]
605
- },
606
- "CommandDialog": {
607
- "description": "CommandDialog - Modal dialog wrapper for command menu Presents the command menu in a modal dialog overlay, perfect for application-wide command palettes triggered by keyboard shortcuts like Cmd+K or Ctrl+K. Built on Radix UI Dialog with proper focus management, portal rendering, and accessibility. The dialog automatically handles focus trapping, scroll locking, and provides screen reader announcements. Use `container` prop to specify custom portal target.",
608
- "file": "command-dialog.llm.md",
609
- "type": "component",
610
- "keywords": [
611
- "command dialog",
612
- "commanddialog",
613
- "component"
614
- ]
615
- },
616
- "CommandInput": {
617
- "description": "CommandInput - Search input for command menu filtering Provides a search input with search icon for filtering command menu items. Automatically filters items as the user types and triggers live region announcements for screen readers. Supports both controlled and uncontrolled usage patterns. The input integrates with the Command context to provide real-time filtering, search highlighting, and result announcements. Includes built-in search icon and proper focus management.",
618
- "file": "command-input.llm.md",
619
- "type": "component",
620
- "keywords": [
621
- "command input",
622
- "commandinput",
623
- "component"
624
- ]
625
- },
626
- "CommandList": {
627
- "description": "CommandList - Scrollable container for command items Contains and manages the list of command items with automatic scrolling, overflow handling, and dynamic height calculation. Provides the scrollable viewport for command items and groups with proper keyboard navigation. Uses CSS custom property `--cmdk-list-height` for smooth height transitions when items are filtered. Supports scroll padding for better item visibility.",
628
- "file": "command-list.llm.md",
629
- "type": "component",
630
- "keywords": [
631
- "command list",
632
- "commandlist",
633
- "component"
634
- ]
635
- },
636
- "CommandEmpty": {
637
- "description": "CommandEmpty - Empty state message for command menu Displays when no command items match the current search query. Can contain custom content beyond simple text messages. Automatically shows/hides based on filtered results and announces changes to screen readers. Supports dynamic content using the `useCommandState` hook to access current search term and create contextual empty messages.",
638
- "file": "command-empty.llm.md",
639
- "type": "component",
640
- "keywords": [
641
- "command empty",
642
- "commandempty",
643
- "component"
644
- ]
645
- },
646
- "CommandGroup": {
647
- "description": "CommandGroup - Groups related command items under a heading Organizes command items into labeled sections with optional headings for better organization and navigation. Groups provide semantic structure for screen readers and can be hidden/shown based on whether they contain matching items. Groups automatically manage their visibility - if all contained items are filtered out, the entire group is hidden. Use `forceMount` to override this behavior.",
648
- "file": "command-group.llm.md",
649
- "type": "component",
650
- "keywords": [
651
- "command group",
652
- "commandgroup",
653
- "component"
654
- ]
655
- },
656
- "CommandItem": {
657
- "description": "CommandItem - Individual selectable command item Represents a single command or action that can be selected via keyboard or mouse interaction. Supports icons, text, shortcuts, and advanced filtering with keywords. Items can be disabled, have custom values for filtering, and trigger callbacks on selection. The item's value is used for filtering - if not provided, it defaults to the text content. Keywords can be added to improve search matching without affecting the display.",
658
- "file": "command-item.llm.md",
659
- "type": "component",
660
- "keywords": [
661
- "command item",
662
- "commanditem",
663
- "component"
664
- ]
665
- },
666
- "CommandShortcut": {
667
- "description": "CommandShortcut - Displays keyboard shortcut for command items Shows the keyboard shortcut associated with a command item, typically displayed on the right side with proper spacing. Supports platform-specific shortcuts and complex key combinations with consistent formatting. The component uses monospace-style formatting with appropriate opacity and spacing to clearly indicate keyboard shortcuts without overwhelming the item content.",
668
- "file": "command-shortcut.llm.md",
669
- "type": "component",
670
- "keywords": [
671
- "command shortcut",
672
- "commandshortcut",
673
- "component",
674
- "format"
675
- ]
676
- },
677
- "CommandSeparator": {
678
- "description": "CommandSeparator - Visual separator between command groups Provides visual separation between different sections of commands. Purely decorative element that improves visual organization and hierarchy. Automatically hides when adjacent groups are filtered out. The separator will only render when it has visible content before and after it, unless `alwaysRender` is true.",
679
- "file": "command-separator.llm.md",
680
- "type": "component",
681
- "keywords": [
682
- "command separator",
683
- "commandseparator",
684
- "component"
685
- ]
686
- },
687
- "CommandLoading": {
688
- "description": "CommandLoading - Loading state indicator for command menu Displays a loading message while command items are being fetched asynchronously. Should be conditionally rendered based on loading state. Shares the same styling and behavior as CommandEmpty but indicates active loading rather than empty state.",
689
- "file": "command-loading.llm.md",
690
- "type": "component",
691
- "keywords": [
692
- "command loading",
693
- "commandloading",
694
- "component"
695
- ]
696
- },
697
- "useCommandState": {
698
- "description": "Run a selector against the store state.",
699
- "file": "use-command-state.llm.md",
700
- "type": "function",
701
- "keywords": [
702
- "function",
703
- "hook",
704
- "use cmdk",
705
- "usecmdk"
706
- ]
707
- },
708
- "Container": {
709
- "description": "Container - A responsive layout wrapper with flexible width constraints and consistent padding A fundamental layout component built with class-variance-authority (CVA) that provides consistent horizontal centering, responsive padding, and flexible max-width constraints. Designed to be the primary content wrapper for pages, sections, and layout regions throughout the application. The component automatically applies responsive horizontal padding (px-4 on mobile, px-6 on small screens, px-8 on large screens) and centers content using mx-auto. Five size variants accommodate different content types from optimal reading widths to full-width layouts. Built following shadcn/ui and Tailwind UI patterns for maximum compatibility and consistency with modern React applications and design systems.",
710
- "file": "container.llm.md",
711
- "type": "component",
712
- "keywords": [
713
- "component",
714
- "container"
715
- ]
716
- },
717
- "ContextMenu": {
718
- "description": "ContextMenu - A contextual menu that appears on right-click or long-press Context menus provide contextual actions for specific elements or areas. Built on Radix UI primitives, they appear when users right-click (or long-press on touch devices) and offer actions relevant to the clicked item or region.",
719
- "file": "context-menu.llm.md",
720
- "type": "component",
721
- "keywords": [
722
- "component",
723
- "context menu",
724
- "contextmenu"
725
- ]
726
- },
727
- "ContextMenuTrigger": {
728
- "description": "ContextMenuTrigger - The element that triggers the context menu Wraps any element to make it respond to right-click or long-press events. The trigger element should provide visual feedback about its interactive nature. Uses the `asChild` pattern to merge props with child elements for composition.",
729
- "file": "context-menu-trigger.llm.md",
730
- "type": "component",
731
- "keywords": [
732
- "component",
733
- "context menu trigger",
734
- "contextmenutrigger"
735
- ]
736
- },
737
- "ContextMenuContent": {
738
- "description": "ContextMenuContent - The container for context menu items Contains all menu items, separators, labels, and sub-menus. Automatically positioned relative to the trigger point with collision detection and smooth animations. Renders in a portal by default for proper layering.",
739
- "file": "context-menu-content.llm.md",
740
- "type": "component",
741
- "keywords": [
742
- "component",
743
- "context menu content",
744
- "contextmenucontent"
745
- ]
746
- },
747
- "ContextMenuItem": {
748
- "description": "ContextMenuItem - An actionable item within the context menu Individual menu items that users can interact with. Supports different variants for visual hierarchy and includes automatic icon styling. Items can be clicked, selected via keyboard, and support custom styling.",
749
- "file": "context-menu-item.llm.md",
750
- "type": "component",
751
- "keywords": [
752
- "component",
753
- "context menu item",
754
- "contextmenuitem"
755
- ]
756
- },
757
- "ContextMenuCheckboxItem": {
758
- "description": "ContextMenuCheckboxItem - A menu item with checkbox functionality Menu items that can be toggled on/off, useful for binary settings or options. Displays a check mark when selected and supports controlled state management with indeterminate state for partially selected collections.",
759
- "file": "context-menu-checkbox-item.llm.md",
760
- "type": "component",
761
- "keywords": [
762
- "component",
763
- "context menu checkbox item",
764
- "contextmenucheckboxitem"
765
- ]
766
- },
767
- "ContextMenuRadioItem": {
768
- "description": "ContextMenuRadioItem - A radio button item within a radio group Menu items that allow single selection from a group of options. Must be used within a ContextMenuRadioGroup for proper functionality. Displays a filled circle indicator when selected.",
769
- "file": "context-menu-radio-item.llm.md",
770
- "type": "component",
771
- "keywords": [
772
- "component",
773
- "context menu radio item",
774
- "contextmenuradioitem"
775
- ]
776
- },
777
- "ContextMenuLabel": {
778
- "description": "ContextMenuLabel - A non-interactive label for menu sections Used to group related menu items and provide context. Labels are not focusable and serve as visual section headers within the menu. Helps organize menu content and improve accessibility.",
779
- "file": "context-menu-label.llm.md",
780
- "type": "component",
781
- "keywords": [
782
- "component",
783
- "context menu label",
784
- "contextmenulabel"
785
- ]
786
- },
787
- "ContextMenuSeparator": {
788
- "description": "ContextMenuSeparator - A visual divider between menu items Creates visual separation between groups of related menu items. Typically used after labels or to separate different types of actions. Improves visual hierarchy and content organization in menus.",
789
- "file": "context-menu-separator.llm.md",
790
- "type": "component",
791
- "keywords": [
792
- "component",
793
- "context menu separator",
794
- "contextmenuseparator"
795
- ]
796
- },
797
- "ContextMenuShortcut": {
798
- "description": "ContextMenuShortcut - Displays keyboard shortcuts within menu items Shows keyboard shortcuts aligned to the right side of menu items. Provides visual indication of available keyboard shortcuts for actions. Improves discoverability of keyboard navigation options.",
799
- "file": "context-menu-shortcut.llm.md",
800
- "type": "component",
801
- "keywords": [
802
- "component",
803
- "context menu shortcut",
804
- "contextmenushortcut"
805
- ]
806
- },
807
- "ContextMenuGroup": {
808
- "description": "ContextMenuGroup - Logical grouping for menu items Groups related menu items together for better organization and accessibility. Provides semantic structure without visual changes but improves screen reader navigation by grouping related actions.",
809
- "file": "context-menu-group.llm.md",
810
- "type": "component",
811
- "keywords": [
812
- "component",
813
- "context menu group",
814
- "contextmenugroup"
815
- ]
816
- },
817
- "ContextMenuPortal": {
818
- "description": "ContextMenuPortal - Portal container for menu content Renders menu content in a portal to ensure proper layering and positioning. Useful for controlling where menu content is rendered in the DOM tree, especially important for sub-menus and complex layouts.",
819
- "file": "context-menu-portal.llm.md",
820
- "type": "component",
821
- "keywords": [
822
- "component",
823
- "context menu portal",
824
- "contextmenuportal"
825
- ]
826
- },
827
- "ContextMenuSub": {
828
- "description": "ContextMenuSub - Container for sub-menu functionality Wraps a sub-menu trigger and its content to create nested menu structures. Enables hierarchical organization of menu items with proper state management for opening and closing sub-menus.",
829
- "file": "context-menu-sub.llm.md",
830
- "type": "component",
831
- "keywords": [
832
- "component",
833
- "context menu sub",
834
- "contextmenusub"
835
- ]
836
- },
837
- "ContextMenuSubContent": {
838
- "description": "ContextMenuSubContent - Container for sub-menu items Contains the items within a sub-menu. Automatically positioned relative to its trigger with collision detection and smooth animations. Supports all the same features as main menu content including keyboard navigation.",
839
- "file": "context-menu-sub-content.llm.md",
840
- "type": "component",
841
- "keywords": [
842
- "component",
843
- "context menu sub content",
844
- "contextmenusubcontent"
845
- ]
846
- },
847
- "ContextMenuSubTrigger": {
848
- "description": "ContextMenuSubTrigger - Trigger element for opening sub-menus Menu item that opens a sub-menu on hover or focus. Automatically includes a chevron icon to indicate the presence of a sub-menu. Supports the same interaction patterns as regular menu items with additional sub-menu behavior.",
849
- "file": "context-menu-sub-trigger.llm.md",
850
- "type": "component",
851
- "keywords": [
852
- "component",
853
- "context menu sub trigger",
854
- "contextmenusubtrigger"
855
- ]
856
- },
857
- "ContextMenuRadioGroup": {
858
- "description": "ContextMenuRadioGroup - Container for radio button items Groups radio items together to allow single selection from multiple options. Manages the selected state and ensures only one item can be selected at a time. Provides controlled state management for radio selections within menus.",
859
- "file": "context-menu-radio-group.llm.md",
860
- "type": "component",
861
- "keywords": [
862
- "component",
863
- "context menu radio group",
864
- "contextmenuradiogroup"
865
- ]
866
- },
867
- "DatePicker": {
868
- "description": "DatePicker - A comprehensive date selection component with popover calendar interface A polished date selection component that combines an accessible trigger button with a full-featured calendar popover. Built on Radix UI Popover and Calendar primitives with shadcn/ui styling, providing intuitive date selection with proper accessibility, keyboard navigation, automatic positioning, and internationalization support. The component handles both controlled and uncontrolled usage patterns, integrates seamlessly with forms and validation systems, and provides consistent date formatting using date-fns. The popover automatically positions itself to stay within viewport bounds and includes smooth animations for a polished user experience.",
869
- "file": "date-picker.llm.md",
870
- "type": "component",
871
- "keywords": [
872
- "component",
873
- "date picker",
874
- "datepicker",
875
- "format"
876
- ]
877
- },
878
- "Dialog": {
879
- "description": "Dialog - A modal dialog component for important content or actions A modal window overlay component built on Radix UI Dialog primitives that interrupts the user's workflow to capture their attention for important interactions. Dialogs render content in a layer above the main application with proper focus management and accessibility. Use dialogs for critical interactions, confirmations, forms, or detailed information that requires user focus and prevents interaction with the background content.",
880
- "file": "dialog.llm.md",
881
- "type": "component",
882
- "keywords": [
883
- "component",
884
- "dialog",
885
- "format"
886
- ]
887
- },
888
- "DialogClose": {
889
- "description": "DialogClose - A close button that dismisses the dialog Can be placed anywhere within DialogContent to provide a close action. Typically used for custom close buttons in addition to the default X button. Automatically closes the dialog when activated and returns focus to the trigger.",
890
- "file": "dialog-close.llm.md",
891
- "type": "component",
892
- "keywords": [
893
- "component",
894
- "dialog close",
895
- "dialogclose"
896
- ]
897
- },
898
- "DialogContent": {
899
- "description": "DialogContent - The main content container for the dialog The primary container for dialog content that automatically includes the overlay and portal. Provides the visual dialog box with animations, positioning, and focus management. Includes a close button (X) by default which can be hidden using the showCloseButton prop.",
900
- "file": "dialog-content.llm.md",
901
- "type": "component",
902
- "keywords": [
903
- "component",
904
- "dialog content",
905
- "dialogcontent"
906
- ]
907
- },
908
- "DialogDescription": {
909
- "description": "DialogDescription - Supplementary description for the dialog Provides additional context or instructions for the dialog content. Helps users understand what action they're about to take.",
910
- "file": "dialog-description.llm.md",
911
- "type": "component",
912
- "keywords": [
913
- "component",
914
- "dialog description",
915
- "dialogdescription"
916
- ]
917
- },
918
- "DialogFooter": {
919
- "description": "DialogFooter - Container for dialog action buttons Typically contains action buttons like Save, Cancel, or Submit. Automatically handles responsive layout with proper button alignment.",
920
- "file": "dialog-footer.llm.md",
921
- "type": "component",
922
- "keywords": [
923
- "component",
924
- "dialog footer",
925
- "dialogfooter"
926
- ]
927
- },
928
- "DialogHeader": {
929
- "description": "DialogHeader - Container for dialog title and description Groups the dialog's title and description at the top of the dialog content. Provides consistent spacing and alignment for header elements.",
930
- "file": "dialog-header.llm.md",
931
- "type": "component",
932
- "keywords": [
933
- "component",
934
- "dialog header",
935
- "dialogheader"
936
- ]
937
- },
938
- "DialogOverlay": {
939
- "description": "DialogOverlay - The backdrop overlay behind the dialog Provides a semi-transparent background that covers the main content. Clicking the overlay will close the dialog by default. Features smooth fade animations using Tailwind CSS and proper z-index stacking.",
940
- "file": "dialog-overlay.llm.md",
941
- "type": "component",
942
- "keywords": [
943
- "component",
944
- "dialog overlay",
945
- "dialogoverlay"
946
- ]
947
- },
948
- "DialogPortal": {
949
- "description": "DialogPortal - Portal container for dialog content Renders dialog content in a React portal at the end of the document body. This ensures proper stacking context and prevents z-index issues. Rarely used directly - typically included automatically by DialogContent.",
950
- "file": "dialog-portal.llm.md",
951
- "type": "component",
952
- "keywords": [
953
- "component",
954
- "dialog portal",
955
- "dialogportal"
956
- ]
957
- },
958
- "DialogTitle": {
959
- "description": "DialogTitle - The main heading of the dialog Provides the accessible name for the dialog. Should clearly describe the dialog's purpose or the action being performed.",
960
- "file": "dialog-title.llm.md",
961
- "type": "component",
962
- "keywords": [
963
- "component",
964
- "dialog title",
965
- "dialogtitle"
966
- ]
967
- },
968
- "DialogTrigger": {
969
- "description": "DialogTrigger - The element that opens the dialog when clicked Typically wraps a button or other interactive element. Use asChild prop to render as the child element instead of a button. The trigger automatically receives focus management and ARIA attributes.",
970
- "file": "dialog-trigger.llm.md",
971
- "type": "component",
972
- "keywords": [
973
- "component",
974
- "dialog trigger",
975
- "dialogtrigger"
976
- ]
977
- },
978
- "Drawer": {
979
- "description": "Drawer - Mobile-optimized sliding panel component A flexible drawer component built on Vaul that creates sliding panel interfaces from screen edges. Designed primarily for mobile experiences with touch gestures, swipe-to-dismiss functionality, and natural drag interactions. Supports multiple directions (top, bottom, left, right) with snap points and responsive behavior. Built on Vaul library which provides excellent performance, accessibility, and natural touch interactions. The drawer automatically handles focus management, scroll locking, and ARIA attributes for screen readers.",
980
- "file": "drawer.llm.md",
981
- "type": "component",
982
- "keywords": [
983
- "component",
984
- "drawer"
985
- ]
986
- },
987
- "DrawerPortal": {
988
- "description": "DrawerPortal - Portal component for rendering drawer outside DOM hierarchy Renders the drawer content into a different part of the DOM tree, typically document.body, to ensure proper stacking context and avoid z-index issues. Automatically used by DrawerContent but can be used manually for custom layouts.",
989
- "file": "drawer-portal.llm.md",
990
- "type": "component",
991
- "keywords": [
992
- "component",
993
- "drawer portal",
994
- "drawerportal"
995
- ]
996
- },
997
- "DrawerOverlay": {
998
- "description": "DrawerOverlay - Semi-transparent backdrop behind the drawer Creates a semi-transparent overlay that covers the entire viewport behind the drawer content. Provides visual separation and can be clicked to close the drawer (when dismissible is true). Automatically fades in/out with smooth animations.",
999
- "file": "drawer-overlay.llm.md",
1000
- "type": "component",
1001
- "keywords": [
1002
- "component",
1003
- "drawer overlay",
1004
- "draweroverlay"
1005
- ]
1006
- },
1007
- "DrawerTrigger": {
1008
- "description": "DrawerTrigger - Interactive element that opens the drawer The trigger element that users interact with to open the drawer. By default renders as a button, but can be composed with other elements using asChild. Supports all standard button attributes and event handlers.",
1009
- "file": "drawer-trigger.llm.md",
1010
- "type": "component",
1011
- "keywords": [
1012
- "component",
1013
- "drawer trigger",
1014
- "drawertrigger"
1015
- ]
1016
- },
1017
- "DrawerClose": {
1018
- "description": "DrawerClose - Interactive element that closes the drawer Trigger element that closes the drawer when activated. Can be placed anywhere within the drawer content. By default renders as a button but can be composed with other elements using asChild. Multiple close triggers can exist within a single drawer.",
1019
- "file": "drawer-close.llm.md",
1020
- "type": "component",
1021
- "keywords": [
1022
- "component",
1023
- "drawer close",
1024
- "drawerclose"
1025
- ]
1026
- },
1027
- "DrawerContent": {
1028
- "description": "DrawerContent - Main container for drawer content with responsive positioning The primary content container that holds all drawer elements. Automatically handles portal rendering, overlay display, and responsive positioning based on the drawer direction. Includes a drag handle for bottom drawers and responsive styling for all four directions. Supports flexible layouts with proper spacing for headers, content areas, and footers. Automatically constrains height/width based on direction and viewport size.",
1029
- "file": "drawer-content.llm.md",
1030
- "type": "component",
1031
- "keywords": [
1032
- "component",
1033
- "drawer content",
1034
- "drawercontent"
1035
- ]
1036
- },
1037
- "DrawerHeader": {
1038
- "description": "DrawerHeader - Header section containing title and description Standardized header area for drawer content with proper spacing and responsive text alignment. Centers text for bottom/top drawers on mobile and left-aligns on larger screens. Should contain DrawerTitle and optionally DrawerDescription for accessibility compliance.",
1039
- "file": "drawer-header.llm.md",
1040
- "type": "component",
1041
- "keywords": [
1042
- "component",
1043
- "drawer header",
1044
- "drawerheader"
1045
- ]
1046
- },
1047
- "DrawerFooter": {
1048
- "description": "DrawerFooter - Footer section for action buttons and controls Standardized footer area positioned at the bottom of the drawer with automatic top margin to push content down. Typically contains primary actions, secondary actions, and DrawerClose triggers. Uses flexbox column layout with consistent spacing between elements.",
1049
- "file": "drawer-footer.llm.md",
1050
- "type": "component",
1051
- "keywords": [
1052
- "component",
1053
- "drawer footer",
1054
- "drawerfooter"
1055
- ]
1056
- },
1057
- "DrawerTitle": {
1058
- "description": "DrawerTitle - Accessible title element for the drawer Required accessibility element that announces the drawer's purpose to screen readers and provides a clear heading for the content. Should be included in every drawer for proper accessibility compliance. Automatically styled with appropriate font weight and color.",
1059
- "file": "drawer-title.llm.md",
1060
- "type": "component",
1061
- "keywords": [
1062
- "component",
1063
- "drawer title",
1064
- "drawertitle"
1065
- ]
1066
- },
1067
- "DrawerDescription": {
1068
- "description": "DrawerDescription - Optional description providing additional context Supplementary text element that provides additional information about the drawer's content, purpose, or instructions. Enhances accessibility by giving users more context about what they'll find in the drawer. Styled with muted colors and smaller text to maintain visual hierarchy.",
1069
- "file": "drawer-description.llm.md",
1070
- "type": "component",
1071
- "keywords": [
1072
- "component",
1073
- "drawer description",
1074
- "drawerdescription",
1075
- "format"
1076
- ]
1077
- },
1078
- "DropdownMenu": {
1079
- "description": "A versatile dropdown menu component built on Radix UI primitives Dropdown menus display a list of actions or options that a user can choose from. They're typically triggered by a button and appear as a floating panel with full keyboard navigation support, submenus, and various interactive item types. Built on Radix UI's DropdownMenu primitive with enhanced styling and type safety. Follows the WAI-ARIA Menu Button pattern for accessibility compliance.",
1080
- "file": "dropdown-menu.llm.md",
1081
- "type": "component",
1082
- "keywords": [
1083
- "component",
1084
- "dropdown menu",
1085
- "dropdownmenu"
1086
- ]
1087
- },
1088
- "DropdownMenuPortal": {
1089
- "description": "Portal component for rendering menu content in a different DOM location Renders dropdown content outside of the normal DOM hierarchy to avoid z-index and overflow issues. Automatically used by DropdownMenuContent but can be used explicitly for advanced positioning scenarios.",
1090
- "file": "dropdown-menu-portal.llm.md",
1091
- "type": "component",
1092
- "keywords": [
1093
- "component",
1094
- "dropdown menu portal",
1095
- "dropdownmenuportal"
1096
- ]
1097
- },
1098
- "DropdownMenuTrigger": {
1099
- "description": "The element that triggers the dropdown menu Renders the interactive element that opens and closes the dropdown menu. Typically wraps a button or other interactive element using the asChild prop. Automatically receives proper ARIA attributes and keyboard event handlers.",
1100
- "file": "dropdown-menu-trigger.llm.md",
1101
- "type": "component",
1102
- "keywords": [
1103
- "component",
1104
- "dropdown menu trigger",
1105
- "dropdownmenutrigger"
1106
- ]
1107
- },
1108
- "DropdownMenuContent": {
1109
- "description": "The content container for dropdown menu items Contains all menu items and handles positioning relative to the trigger. Automatically portals content to avoid z-index issues and includes sophisticated collision detection to keep the menu visible within viewport boundaries.",
1110
- "file": "dropdown-menu-content.llm.md",
1111
- "type": "component",
1112
- "keywords": [
1113
- "component",
1114
- "dropdown menu content",
1115
- "dropdownmenucontent"
1116
- ]
1117
- },
1118
- "DropdownMenuGroup": {
1119
- "description": "Groups related dropdown menu items together Used to create logical groupings of menu items, typically separated by DropdownMenuSeparator components. Helps with semantic organization and improves accessibility by providing proper group semantics to screen readers.",
1120
- "file": "dropdown-menu-group.llm.md",
1121
- "type": "component",
1122
- "keywords": [
1123
- "component",
1124
- "dropdown menu group",
1125
- "dropdownmenugroup"
1126
- ]
1127
- },
1128
- "DropdownMenuLabel": {
1129
- "description": "A non-interactive label for grouping and organizing menu items Used to provide semantic headers for groups of related menu items. Labels are not focusable and serve as visual and accessibility landmarks within the menu structure. Helps users understand the organization of menu options.",
1130
- "file": "dropdown-menu-label.llm.md",
1131
- "type": "component",
1132
- "keywords": [
1133
- "component",
1134
- "dropdown menu label",
1135
- "dropdownmenulabel"
1136
- ]
1137
- },
1138
- "DropdownMenuItem": {
1139
- "description": "A single interactive item in the dropdown menu Renders a clickable menu item with proper focus management and keyboard navigation. Supports different visual variants for semantic meaning (e.g., destructive actions). Includes built-in styling for icons, disabled states, and focus indicators.",
1140
- "file": "dropdown-menu-item.llm.md",
1141
- "type": "component",
1142
- "keywords": [
1143
- "component",
1144
- "dropdown menu item",
1145
- "dropdownmenuitem"
1146
- ]
1147
- },
1148
- "DropdownMenuCheckboxItem": {
1149
- "description": "A checkable menu item with visual state indication Displays a checkbox that can be toggled on/off. The checked state is visually indicated with a checkmark icon. Supports indeterminate state for partial selections. Ideal for menu options that represent toggleable settings, features, or multi-selection scenarios.",
1150
- "file": "dropdown-menu-checkbox-item.llm.md",
1151
- "type": "component",
1152
- "keywords": [
1153
- "component",
1154
- "dropdown menu checkbox item",
1155
- "dropdownmenucheckboxitem"
1156
- ]
1157
- },
1158
- "DropdownMenuRadioGroup": {
1159
- "description": "Groups radio items for single selection Creates a group where only one radio item can be selected at a time. Manages the selection state and ensures mutual exclusivity between options. Use with DropdownMenuRadioItem components to create single-choice scenarios like theme selection, sorting options, or view modes.",
1160
- "file": "dropdown-menu-radio-group.llm.md",
1161
- "type": "component",
1162
- "keywords": [
1163
- "component",
1164
- "dropdown menu radio group",
1165
- "dropdownmenuradiogroup"
1166
- ]
1167
- },
1168
- "DropdownMenuRadioItem": {
1169
- "description": "A radio button menu item for single selection within a group Must be used within a DropdownMenuRadioGroup. Shows a filled circle indicator when selected. Only one radio item can be selected per group, ensuring mutually exclusive selection behavior.",
1170
- "file": "dropdown-menu-radio-item.llm.md",
1171
- "type": "component",
1172
- "keywords": [
1173
- "component",
1174
- "dropdown menu radio item",
1175
- "dropdownmenuradioitem"
1176
- ]
1177
- },
1178
- "DropdownMenuSeparator": {
1179
- "description": "A visual separator between menu items or groups Renders a thin horizontal line to visually separate different sections of menu items. Improves visual hierarchy and helps users understand the logical grouping of menu options. Commonly used after labels or between different types of actions.",
1180
- "file": "dropdown-menu-separator.llm.md",
1181
- "type": "component",
1182
- "keywords": [
1183
- "component",
1184
- "dropdown menu separator",
1185
- "dropdownmenuseparator"
1186
- ]
1187
- },
1188
- "DropdownMenuShortcut": {
1189
- "description": "Displays keyboard shortcut hints in menu items Shows keyboard shortcut text aligned to the right side of menu items. Purely visual component - does not implement the actual keyboard functionality. Use standard keyboard shortcut notation and symbols (⌘, ⌃, ⌥, ⇧, Ctrl, Alt, Shift). Helps users discover and remember keyboard shortcuts for menu actions.",
1190
- "file": "dropdown-menu-shortcut.llm.md",
1191
- "type": "component",
1192
- "keywords": [
1193
- "component",
1194
- "dropdown menu shortcut",
1195
- "dropdownmenushortcut"
1196
- ]
1197
- },
1198
- "DropdownMenuSub": {
1199
- "description": "Container for creating nested submenus Wraps a submenu trigger and content to create hierarchical menu structures. Enables multi-level navigation within dropdown menus. Use with DropdownMenuSubTrigger and DropdownMenuSubContent to build complex menu hierarchies with proper focus management and keyboard navigation.",
1200
- "file": "dropdown-menu-sub.llm.md",
1201
- "type": "component",
1202
- "keywords": [
1203
- "component",
1204
- "dropdown menu sub",
1205
- "dropdownmenusub"
1206
- ]
1207
- },
1208
- "DropdownMenuSubTrigger": {
1209
- "description": "Trigger element for opening a submenu Displays an arrow indicator and opens the associated submenu on hover or keyboard navigation. Must be used within a DropdownMenuSub component. Automatically includes a chevron icon to indicate submenu availability and handles focus states.",
1210
- "file": "dropdown-menu-sub-trigger.llm.md",
1211
- "type": "component",
1212
- "keywords": [
1213
- "component",
1214
- "dropdown menu sub trigger",
1215
- "dropdownmenusubtrigger"
1216
- ]
1217
- },
1218
- "DropdownMenuSubContent": {
1219
- "description": "Content container for submenu items Contains the items displayed when a submenu is opened. Positioned relative to the submenu trigger with intelligent collision detection. Supports all the same item types as the main menu content, enabling complex nested menu structures with consistent behavior and styling.",
1220
- "file": "dropdown-menu-sub-content.llm.md",
1221
- "type": "component",
1222
- "keywords": [
1223
- "component",
1224
- "dropdown menu sub content",
1225
- "dropdownmenusubcontent"
1226
- ]
1227
- },
1228
- "EmptyState": {
1229
- "description": "EmptyState - Displays empty or no-data states with consistent UX patterns A comprehensive component for handling empty states across applications. Provides a standardized way to communicate when content is unavailable, data is missing, or initial setup is required. Built with accessibility-first principles and follows established empty state design patterns to guide users toward resolution. **Common Use Cases:** - Search results with no matches - Empty lists, tables, or dashboards - Inbox or notification centers with no items - Data visualization with no data - Onboarding states for new users - Error recovery scenarios **Component Structure:** The component follows a top-down visual hierarchy: Icon → Title → Description → Action. All elements except the title are optional, allowing for flexible implementation across different contexts while maintaining visual consistency.",
1230
- "file": "empty-state.llm.md",
1231
- "type": "component",
1232
- "keywords": [
1233
- "component",
1234
- "empty state",
1235
- "emptystate"
1236
- ]
1237
- },
1238
- "HoverCard": {
1239
- "description": "HoverCard - Preview content that appears on hover for rich contextual information A floating card component that reveals rich content when users hover over a trigger element. Designed specifically for sighted users to preview content available behind links without requiring navigation. Built on Radix UI primitives with smooth animations and intelligent positioning to avoid viewport boundaries. Perfect for user profiles, repository information, link previews, tooltips with complex content, and any contextual details that enhance the user experience without interrupting their current workflow.",
1240
- "file": "hover-card.llm.md",
1241
- "type": "component",
1242
- "keywords": [
1243
- "component",
1244
- "format",
1245
- "hover card",
1246
- "hovercard"
1247
- ]
1248
- },
1249
- "HoverCardTrigger": {
1250
- "description": "HoverCardTrigger - Interactive element that activates the hover card on mouse hover The trigger component that users hover over to reveal the hover card content. Can wrap any element or render as its child using the asChild prop. Automatically manages hover detection and integrates with the parent HoverCard's timing configuration. When using asChild, the trigger merges its props with the immediate child element, allowing for seamless integration with buttons, links, or any other interactive elements.",
1251
- "file": "hover-card-trigger.llm.md",
1252
- "type": "component",
1253
- "keywords": [
1254
- "component",
1255
- "hover card trigger",
1256
- "hovercardtrigger"
1257
- ]
1258
- },
1259
- "HoverCardContent": {
1260
- "description": "HoverCardContent - Floating content container with intelligent positioning and animations The content area that appears when the trigger is hovered. Features built-in animations, intelligent positioning to avoid viewport boundaries, and customizable alignment options. Automatically portaled to prevent z-index and overflow issues, with smooth fade and scale transitions that respect user motion preferences. The content supports rich layouts including text, images, buttons, and complex components. Positioning is automatically calculated based on available space, with collision detection to ensure the content remains visible within the viewport.",
1261
- "file": "hover-card-content.llm.md",
1262
- "type": "component",
1263
- "keywords": [
1264
- "component",
1265
- "hover card content",
1266
- "hovercardcontent"
1267
- ]
1268
- },
1269
- "Input": {
1270
- "description": "Input - Versatile form input component for text, email, password, and other input types A flexible and accessible input component built on native HTML input elements with enhanced styling and form integration capabilities. Supports all HTML input types including text, email, password, number, file, date, and more. Features consistent design tokens, error states, focus management, and seamless integration with form libraries like React Hook Form.",
1271
- "file": "input.llm.md",
1272
- "type": "component",
1273
- "keywords": [
1274
- "component",
1275
- "input"
1276
- ]
1277
- },
1278
- "Label": {
1279
- "description": "Label component for form controls with full accessibility support A fundamental form component that provides accessible text labels for form controls. Built on Radix UI Label primitive, it automatically associates with form elements and expands their clickable area for improved usability and accessibility. Essential for creating accessible forms that meet WCAG guidelines.",
1280
- "file": "label.llm.md",
1281
- "type": "component",
1282
- "keywords": [
1283
- "component",
1284
- "label"
1285
- ]
1286
- },
1287
- "Menubar": {
1288
- "description": "A visually persistent menu common in desktop applications that provides access to a consistent set of commands. Menubar provides a horizontal navigation structure similar to desktop application menus like those found in VS Code, Figma, or native applications. Each menu contains dropdown content with actions, checkboxes, radio groups, and nested submenus. Built on top of Radix UI Menubar primitive with full keyboard navigation and accessibility support.",
1289
- "file": "menubar.llm.md",
1290
- "type": "component",
1291
- "keywords": [
1292
- "component",
1293
- "menubar"
1294
- ]
1295
- },
1296
- "MenubarPortal": {
1297
- "description": "Portal for rendering menu content outside the DOM hierarchy. Automatically used by MenubarContent to ensure proper layering and positioning of dropdown menus. Prevents z-index conflicts.",
1298
- "file": "menubar-portal.llm.md",
1299
- "type": "component",
1300
- "keywords": [
1301
- "component",
1302
- "menubar portal",
1303
- "menubarportal"
1304
- ]
1305
- },
1306
- "MenubarMenu": {
1307
- "description": "Container for a single menu within the menubar. Each MenubarMenu represents one dropdown menu that can be triggered by its corresponding MenubarTrigger. Must be used within a Menubar root.",
1308
- "file": "menubar-menu.llm.md",
1309
- "type": "component",
1310
- "keywords": [
1311
- "component",
1312
- "menubar menu",
1313
- "menubarmenu"
1314
- ]
1315
- },
1316
- "MenubarTrigger": {
1317
- "description": "Button that opens a dropdown menu. The trigger text should be concise and descriptive of the menu contents. Common patterns include \"File\", \"Edit\", \"View\", \"Tools\", \"Help\". Automatically receives focus management and keyboard navigation.",
1318
- "file": "menubar-trigger.llm.md",
1319
- "type": "component",
1320
- "keywords": [
1321
- "component",
1322
- "menubar trigger",
1323
- "menubartrigger"
1324
- ]
1325
- },
1326
- "MenubarContent": {
1327
- "description": "Dropdown content container for menu items. Contains the actual menu items, separators, and submenus that appear when a MenubarTrigger is activated. Automatically portaled and positioned.",
1328
- "file": "menubar-content.llm.md",
1329
- "type": "component",
1330
- "keywords": [
1331
- "component",
1332
- "menubar content",
1333
- "menubarcontent"
1334
- ]
1335
- },
1336
- "MenubarGroup": {
1337
- "description": "Groups related menu items together within MenubarContent. Used to create logical groupings of menu items, often separated by MenubarSeparator components. Helps organize complex menus.",
1338
- "file": "menubar-group.llm.md",
1339
- "type": "component",
1340
- "keywords": [
1341
- "component",
1342
- "menubar group",
1343
- "menubargroup"
1344
- ]
1345
- },
1346
- "MenubarSeparator": {
1347
- "description": "A visual divider between menu items. Use to create logical groupings and improve visual hierarchy within menu content. Creates clear sections for related items.",
1348
- "file": "menubar-separator.llm.md",
1349
- "type": "component",
1350
- "keywords": [
1351
- "component",
1352
- "menubar separator",
1353
- "menubarseparator"
1354
- ]
1355
- },
1356
- "MenubarLabel": {
1357
- "description": "A non-interactive label for grouping menu items. Used to provide section headings within menu content, helping users understand the organization of menu items. Cannot be focused or selected.",
1358
- "file": "menubar-label.llm.md",
1359
- "type": "component",
1360
- "keywords": [
1361
- "component",
1362
- "menubar label",
1363
- "menubarlabel"
1364
- ]
1365
- },
1366
- "MenubarItem": {
1367
- "description": "A selectable menu item within MenubarContent. Can be enhanced with icons, keyboard shortcuts, and supports different variants including destructive actions. Automatically handles selection events and keyboard navigation.",
1368
- "file": "menubar-item.llm.md",
1369
- "type": "component",
1370
- "keywords": [
1371
- "component",
1372
- "menubar item",
1373
- "menubaritem"
1374
- ]
1375
- },
1376
- "MenubarShortcut": {
1377
- "description": "Displays keyboard shortcut for a menu item. Shows keyboard shortcuts aligned to the right of menu items. Use standard platform conventions (⌘ for Mac, Ctrl+ for Windows/Linux). Purely visual - does not implement the actual keyboard functionality.",
1378
- "file": "menubar-shortcut.llm.md",
1379
- "type": "component",
1380
- "keywords": [
1381
- "component",
1382
- "menubar shortcut",
1383
- "menubarshortcut"
1384
- ]
1385
- },
1386
- "MenubarCheckboxItem": {
1387
- "description": "A menu item that can be checked/unchecked. Perfect for toggle options like \"Show Toolbar\", \"Enable Feature\", or any binary setting that can be turned on/off. Displays a checkmark icon when checked.",
1388
- "file": "menubar-checkbox-item.llm.md",
1389
- "type": "component",
1390
- "keywords": [
1391
- "component",
1392
- "menubar checkbox item",
1393
- "menubarcheckboxitem"
1394
- ]
1395
- },
1396
- "MenubarRadioGroup": {
1397
- "description": "Container for mutually exclusive radio items. Use for single-selection scenarios like theme selection, view modes, or other settings where only one option can be active. Only one RadioItem can be selected at a time within the group.",
1398
- "file": "menubar-radio-group.llm.md",
1399
- "type": "component",
1400
- "keywords": [
1401
- "component",
1402
- "menubar radio group",
1403
- "menubarradiogroup"
1404
- ]
1405
- },
1406
- "MenubarRadioItem": {
1407
- "description": "A menu item for single selection within a MenubarRadioGroup. Use within MenubarRadioGroup for mutually exclusive options. Only one radio item can be selected at a time within the group. Displays a filled circle icon when selected.",
1408
- "file": "menubar-radio-item.llm.md",
1409
- "type": "component",
1410
- "keywords": [
1411
- "component",
1412
- "menubar radio item",
1413
- "menubarradioitem"
1414
- ]
1415
- },
1416
- "MenubarSub": {
1417
- "description": "Container for a submenu. Wraps MenubarSubTrigger and MenubarSubContent to create nested menu structures. Supports controlled and uncontrolled states.",
1418
- "file": "menubar-sub.llm.md",
1419
- "type": "component",
1420
- "keywords": [
1421
- "component",
1422
- "menubar sub",
1423
- "menubarsub"
1424
- ]
1425
- },
1426
- "MenubarSubTrigger": {
1427
- "description": "Menu item that opens a submenu. Automatically includes a right arrow indicator to show that it opens a submenu when hovered or focused. Opens submenu on hover or right arrow key press.",
1428
- "file": "menubar-sub-trigger.llm.md",
1429
- "type": "component",
1430
- "keywords": [
1431
- "component",
1432
- "menubar sub trigger",
1433
- "menubarsubtrigger"
1434
- ]
1435
- },
1436
- "MenubarSubContent": {
1437
- "description": "Content container for a submenu. Contains the menu items that appear when a MenubarSubTrigger is hovered or focused. Supports all the same content as MenubarContent. Automatically positioned to avoid viewport collisions.",
1438
- "file": "menubar-sub-content.llm.md",
1439
- "type": "component",
1440
- "keywords": [
1441
- "component",
1442
- "menubar sub content",
1443
- "menubarsubcontent"
1444
- ]
1445
- },
1446
- "NavigationMenu": {
1447
- "description": "NavigationMenu - A collection of links for navigating websites A flexible navigation component built on Radix UI primitives that provides sophisticated navigation patterns with dropdown content support. Features full keyboard navigation, accessibility compliance, controlled/uncontrolled states, and responsive design. Supports both horizontal and vertical orientations.",
1448
- "file": "navigation-menu.llm.md",
1449
- "type": "component",
1450
- "keywords": [
1451
- "component",
1452
- "navigation menu",
1453
- "navigationmenu"
1454
- ]
1455
- },
1456
- "NavigationMenuList": {
1457
- "description": "NavigationMenuList - Container for navigation menu items The list container that groups NavigationMenuItem components within a NavigationMenu. Renders as an unordered list (ul) by default and provides the foundational layout structure for the navigation menu. Supports both horizontal and vertical orientations based on the parent NavigationMenu orientation prop.",
1458
- "file": "navigation-menu-list.llm.md",
1459
- "type": "component",
1460
- "keywords": [
1461
- "component",
1462
- "navigation menu list",
1463
- "navigationmenulist"
1464
- ]
1465
- },
1466
- "NavigationMenuItem": {
1467
- "description": "NavigationMenuItem - Individual navigation menu item container A list item container that wraps a single navigation element within a NavigationMenuList. Each item can contain either a NavigationMenuTrigger with NavigationMenuContent for dropdown functionality, or a NavigationMenuLink for direct navigation. The value prop is used for controlled state management and active item tracking.",
1468
- "file": "navigation-menu-item.llm.md",
1469
- "type": "component",
1470
- "keywords": [
1471
- "component",
1472
- "navigation menu item",
1473
- "navigationmenuitem"
1474
- ]
1475
- },
1476
- "NavigationMenuContent": {
1477
- "description": "NavigationMenuContent - Dropdown content panel for navigation items The collapsible content container that appears when a NavigationMenuTrigger is activated. Supports smooth enter/exit animations, flexible positioning (with or without viewport), and comprehensive interaction handling. The content automatically manages focus and provides multiple ways to dismiss the dropdown (Escape key, outside clicks, etc.).",
1478
- "file": "navigation-menu-content.llm.md",
1479
- "type": "component",
1480
- "keywords": [
1481
- "component",
1482
- "navigation menu content",
1483
- "navigationmenucontent"
1484
- ]
1485
- },
1486
- "NavigationMenuTrigger": {
1487
- "description": "NavigationMenuTrigger - Interactive button that opens dropdown navigation content A button component that toggles NavigationMenuContent visibility when activated. Automatically includes a chevron down icon that rotates when the dropdown is open. Features comprehensive keyboard and mouse interaction support with proper ARIA state management. The asChild prop allows composition with custom button components.",
1488
- "file": "navigation-menu-trigger.llm.md",
1489
- "type": "component",
1490
- "keywords": [
1491
- "component",
1492
- "navigation menu trigger",
1493
- "navigationmenutrigger"
1494
- ]
1495
- },
1496
- "NavigationMenuLink": {
1497
- "description": "NavigationMenuLink - Styled link component for navigation menus A versatile link component designed specifically for navigation menus with comprehensive styling and state management. Supports active states, hover/focus effects, and seamless framework integration through the asChild pattern. Can be used both within dropdown content and as direct navigation items. Features proper keyboard navigation and accessibility support.",
1498
- "file": "navigation-menu-link.llm.md",
1499
- "type": "component",
1500
- "keywords": [
1501
- "component",
1502
- "navigation menu link",
1503
- "navigationmenulink"
1504
- ]
1505
- },
1506
- "NavigationMenuIndicator": {
1507
- "description": "NavigationMenuIndicator - Animated visual indicator for active menu items An optional visual indicator that displays an animated arrow pointing to the currently active or focused navigation menu item. Automatically transitions between positions as users navigate through menu items, providing clear visual feedback about the current selection. The indicator appears below the active item and includes smooth fade and position animations.",
1508
- "file": "navigation-menu-indicator.llm.md",
1509
- "type": "component",
1510
- "keywords": [
1511
- "component",
1512
- "navigation menu indicator",
1513
- "navigationmenuindicator"
1514
- ]
1515
- },
1516
- "NavigationMenuViewport": {
1517
- "description": "NavigationMenuViewport - Positioned container for dropdown content The viewport container that manages positioning, sizing, and animation of NavigationMenuContent panels. It automatically calculates dimensions based on content size and provides smooth enter/exit animations. The viewport uses CSS custom properties for dynamic sizing and positioning. Only rendered when the viewport prop is true (default) on NavigationMenu.",
1518
- "file": "navigation-menu-viewport.llm.md",
1519
- "type": "component",
1520
- "keywords": [
1521
- "component",
1522
- "navigation menu viewport",
1523
- "navigationmenuviewport"
1524
- ]
1525
- },
1526
- "navigationMenuTriggerStyle": {
1527
- "description": "Navigation menu trigger styling configuration using CVA (Class Variance Authority) Provides consistent button styling for navigation triggers with interactive states. Can be applied to NavigationMenuLink components for uniform trigger-style appearance.",
1528
- "file": "navigation-menu-trigger-style.llm.md",
1529
- "type": "function",
1530
- "keywords": [
1531
- "component",
1532
- "function",
1533
- "navigation menu trigger style",
1534
- "navigationmenutriggerstyle"
1535
- ]
1536
- },
1537
- "Pagination": {
1538
- "description": "Pagination navigation component for large datasets A comprehensive pagination component built on shadcn/ui standards that provides intuitive navigation through pages of content. All interactive elements use buttonVariants from the Button component for consistent styling and behavior: - PaginationLink uses \"outline\" variant when active, \"ghost\" when inactive - PaginationPrevious/PaginationNext use \"ghost\" variant by default - All components inherit Button's focus management, hover states, and accessibility Features responsive design, full accessibility compliance, and flexible composition patterns for different use cases. Ideal for data tables, search results, product listings, and any paginated content that needs professional navigation controls.",
1539
- "file": "pagination.llm.md",
1540
- "type": "component",
1541
- "keywords": [
1542
- "component",
1543
- "pagination"
1544
- ]
1545
- },
1546
- "PaginationContent": {
1547
- "description": "Container for pagination navigation items A semantic unordered list that houses all pagination controls in a responsive horizontal layout. Provides proper spacing and alignment for pagination items while maintaining accessibility standards.",
1548
- "file": "pagination-content.llm.md",
1549
- "type": "component",
1550
- "keywords": [
1551
- "component",
1552
- "pagination content",
1553
- "paginationcontent"
1554
- ]
1555
- },
1556
- "PaginationEllipsis": {
1557
- "description": "Visual indicator for omitted page numbers Displays a horizontal ellipsis (MoreHorizontalIcon from Lucide React) to indicate that page numbers have been omitted from the pagination display. Used to maintain clean UI when dealing with large page ranges without overwhelming users. The component is sized consistently with PaginationLink components (36px × 36px) to maintain visual harmony in the pagination layout. Includes accessible hidden text for screen readers while keeping the visual element hidden from assistive technology to avoid confusion.",
1558
- "file": "pagination-ellipsis.llm.md",
1559
- "type": "component",
1560
- "keywords": [
1561
- "component",
1562
- "pagination ellipsis",
1563
- "paginationellipsis"
1564
- ]
1565
- },
1566
- "PaginationItem": {
1567
- "description": "Individual list item wrapper for pagination controls A semantic list item that wraps pagination links, buttons, or ellipsis elements. Provides consistent structure and enables proper keyboard navigation between pagination controls.",
1568
- "file": "pagination-item.llm.md",
1569
- "type": "component",
1570
- "keywords": [
1571
- "component",
1572
- "pagination item",
1573
- "paginationitem"
1574
- ]
1575
- },
1576
- "PaginationLink": {
1577
- "description": "Clickable link for individual page numbers Interactive link component that navigates to specific pages within paginated content. Uses buttonVariants from the Button component to provide consistent styling - applies \"outline\" variant when active and \"ghost\" variant when inactive. Features automatic active state styling and comprehensive accessibility attributes. The component automatically inherits focus management, hover states, and proper spacing from the Button component's CVA configuration while maintaining semantic link behavior for proper navigation and SEO.",
1578
- "file": "pagination-link.llm.md",
1579
- "type": "component",
1580
- "keywords": [
1581
- "component",
1582
- "pagination link",
1583
- "paginationlink"
1584
- ]
1585
- },
1586
- "PaginationNext": {
1587
- "description": "Next page navigation button Navigates to the next page in the pagination sequence. Built on PaginationLink with fixed \"default\" size and includes a chevron-right icon for visual direction. Features responsive design that shows only an icon on mobile devices and \"Next\" text with icon on larger screens for optimal user experience. Uses buttonVariants with \"ghost\" variant by default, inheriting all focus management, hover states, and accessibility features from the Button component.",
1588
- "file": "pagination-next.llm.md",
1589
- "type": "component",
1590
- "keywords": [
1591
- "component",
1592
- "pagination next",
1593
- "paginationnext"
1594
- ]
1595
- },
1596
- "PaginationPrevious": {
1597
- "description": "Previous page navigation button Navigates to the previous page in the pagination sequence. Built on PaginationLink with fixed \"default\" size and includes a chevron-left icon for visual direction. Features responsive design that shows only an icon on mobile devices and icon with \"Previous\" text on larger screens for optimal user experience. Uses buttonVariants with \"ghost\" variant by default, inheriting all focus management, hover states, and accessibility features from the Button component.",
1598
- "file": "pagination-previous.llm.md",
1599
- "type": "component",
1600
- "keywords": [
1601
- "component",
1602
- "pagination previous",
1603
- "paginationprevious"
1604
- ]
1605
- },
1606
- "Popover": {
1607
- "description": "Popover displays rich content in a portal, triggered by a button A versatile floating panel component built on Radix UI primitives that displays interactive content without navigating away from the current context. Unlike tooltips, popovers support complex layouts, forms, and user interactions while maintaining proper focus management and accessibility standards.",
1608
- "file": "popover.llm.md",
1609
- "type": "component",
1610
- "keywords": [
1611
- "component",
1612
- "popover"
1613
- ]
1614
- },
1615
- "PopoverTrigger": {
1616
- "description": "PopoverTrigger - The element that triggers the popover",
1617
- "file": "popover-trigger.llm.md",
1618
- "type": "component",
1619
- "keywords": [
1620
- "component",
1621
- "popover trigger",
1622
- "popovertrigger"
1623
- ]
1624
- },
1625
- "PopoverContent": {
1626
- "description": "PopoverContent - The content container for the popover",
1627
- "file": "popover-content.llm.md",
1628
- "type": "component",
1629
- "keywords": [
1630
- "component",
1631
- "popover content",
1632
- "popovercontent"
1633
- ]
1634
- },
1635
- "PopoverAnchor": {
1636
- "description": "PopoverAnchor - Optional anchor element for custom positioning Use PopoverAnchor when you need the popover to position relative to an element other than the trigger. This is useful for complex layouts where the visual trigger and positioning reference should be different elements.",
1637
- "file": "popover-anchor.llm.md",
1638
- "type": "component",
1639
- "keywords": [
1640
- "component",
1641
- "popover anchor",
1642
- "popoveranchor"
1643
- ]
1644
- },
1645
- "Progress": {
1646
- "description": "Progress - Visual progress indicator for tasks and operations A customizable progress bar component built on Radix UI Progress primitive that displays the completion status of tasks, file uploads, multi-step processes, and other operations requiring user feedback. Features smooth animations, accessibility support, and flexible styling options.",
1647
- "file": "progress.llm.md",
1648
- "type": "component",
1649
- "keywords": [
1650
- "component",
1651
- "progress"
1652
- ]
1653
- },
1654
- "RadioGroup": {
1655
- "description": "A radio group component for single selection from multiple options RadioGroup allows users to select exactly one option from a set of mutually exclusive choices. Built on Radix UI RadioGroup primitives with enhanced accessibility and keyboard navigation. Each radio group should contain RadioGroupItem components paired with Labels for proper accessibility. The component follows the WAI-ARIA Radio Group design pattern and uses roving tabindex to manage focus movement among radio items. It provides comprehensive keyboard navigation with arrow keys and supports both controlled and uncontrolled usage patterns.",
1656
- "file": "radio-group.llm.md",
1657
- "type": "component",
1658
- "keywords": [
1659
- "component",
1660
- "radio group",
1661
- "radiogroup"
1662
- ]
1663
- },
1664
- "RadioGroupItem": {
1665
- "description": "Individual radio button item for use within RadioGroup RadioGroupItem represents a single selectable option in a radio group. Must be used within a RadioGroup component and should be paired with a Label for proper accessibility. The component automatically handles visual states including checked, unchecked, focused, and disabled. It includes a built-in indicator that displays when the item is selected. Each radio item requires a unique value prop that identifies it within the group. The component forwards all standard button attributes and supports custom styling via className.",
1666
- "file": "radio-group-item.llm.md",
1667
- "type": "component",
1668
- "keywords": [
1669
- "component",
1670
- "radio group item",
1671
- "radiogroupitem"
1672
- ]
1673
- },
1674
- "RadioGroupIndicator": {
1675
- "description": "Visual indicator shown when a RadioGroupItem is in the checked state RadioGroupIndicator automatically appears inside RadioGroupItem when that item is selected. It provides the visual feedback for the checked state using a filled circle icon. The indicator is automatically managed by the RadioGroupItem and only renders when checked. This component is typically not used directly but is included in RadioGroupItem. It can be customized or replaced using the asChild pattern if needed.",
1676
- "file": "radio-group-indicator.llm.md",
1677
- "type": "component",
1678
- "keywords": [
1679
- "component",
1680
- "radio group indicator",
1681
- "radiogroupindicator"
1682
- ]
1683
- },
1684
- "ResizablePanelGroup": {
1685
- "description": "Container for creating resizable panel groups with full keyboard accessibility ResizablePanelGroup provides a flexible container for organizing multiple resizable panels that can be resized by dragging handles between them or using keyboard navigation. Built on react-resizable-panels with enhanced styling, accessibility, and persistence features. Supports both horizontal and vertical layouts with automatic layout saving and restoration.",
1686
- "file": "resizable-panel-group.llm.md",
1687
- "type": "component",
1688
- "keywords": [
1689
- "component",
1690
- "resizable panel group",
1691
- "resizablepanelgroup"
1692
- ]
1693
- },
1694
- "ResizablePanel": {
1695
- "description": "Individual resizable panel within a panel group with size constraints and callbacks ResizablePanel represents a single resizable section within a ResizablePanelGroup. Supports flexible sizing constraints, collapse/expand behavior, and programmatic control through imperative API. Each panel automatically handles content overflow and maintains accessibility during resize operations with proper focus and scroll management.",
1696
- "file": "resizable-panel.llm.md",
1697
- "type": "component",
1698
- "keywords": [
1699
- "component",
1700
- "resizable panel",
1701
- "resizablepanel"
1702
- ]
1703
- },
1704
- "ResizableHandle": {
1705
- "description": "Interactive handle for resizing panels with full keyboard and pointer support ResizableHandle provides the draggable area between panels that allows users to resize them via mouse, touch, or keyboard interaction. Supports optional visual grip indicators, custom hit areas, and comprehensive event callbacks for advanced interaction patterns. Automatically adapts styling based on panel group direction.",
1706
- "file": "resizable-handle.llm.md",
1707
- "type": "component",
1708
- "keywords": [
1709
- "component",
1710
- "resizable handle",
1711
- "resizablehandle"
1712
- ]
1713
- },
1714
- "ScrollArea": {
1715
- "description": "ScrollArea - Custom scrollable area with cross-browser styling Augments native scroll functionality for custom, cross-browser styling with enhanced scrolling experience. Built on Radix UI's ScrollArea primitive for accessibility and keyboard navigation support. Provides consistent scrollbar appearance across different browsers while maintaining native scroll behavior and performance. The component automatically handles vertical scrolling and can be extended with horizontal scrolling using the ScrollBar component. Supports programmatic control via refs and maintains all native scrolling behaviors including touch gestures.",
1716
- "file": "scroll-area.llm.md",
1717
- "type": "component",
1718
- "keywords": [
1719
- "component",
1720
- "scroll area",
1721
- "scrollarea"
1722
- ]
1723
- },
1724
- "ScrollBar": {
1725
- "description": "ScrollBar - Custom styled scrollbar for ScrollArea Companion component to ScrollArea that renders styled scrollbars with support for both vertical and horizontal orientations. The vertical scrollbar is automatically included in ScrollArea, but horizontal scrollbars must be explicitly added when needed. The scrollbar automatically shows/hides based on content overflow and user interaction. Supports touch interactions and provides visual feedback during scroll operations.",
1726
- "file": "scroll-bar.llm.md",
1727
- "type": "component",
1728
- "keywords": [
1729
- "component",
1730
- "scroll bar",
1731
- "scrollbar"
1732
- ]
1733
- },
1734
- "ScrollAreaViewport": {
1735
- "description": "ScrollAreaViewport - The viewport area of the scroll area Contains the scrollable content and handles the actual scrolling behavior. This is the element that receives focus and handles keyboard navigation. Use refs on this component for programmatic scrolling control.",
1736
- "file": "scroll-area-viewport.llm.md",
1737
- "type": "component",
1738
- "keywords": [
1739
- "component",
1740
- "scroll area viewport",
1741
- "scrollareaviewport"
1742
- ]
1743
- },
1744
- "ScrollAreaThumb": {
1745
- "description": "ScrollAreaThumb - The draggable thumb element within the scrollbar Represents the current scroll position and can be dragged to scroll content. Usually styled automatically as part of the ScrollBar component, but can be customized for specific design requirements.",
1746
- "file": "scroll-area-thumb.llm.md",
1747
- "type": "component",
1748
- "keywords": [
1749
- "component",
1750
- "scroll area thumb",
1751
- "scrollareathumb"
1752
- ]
1753
- },
1754
- "ScrollAreaCorner": {
1755
- "description": "ScrollAreaCorner - The corner element where horizontal and vertical scrollbars meet Appears when both horizontal and vertical scrollbars are present. Usually handled automatically by the ScrollArea component but can be customized for specific layout requirements.",
1756
- "file": "scroll-area-corner.llm.md",
1757
- "type": "component",
1758
- "keywords": [
1759
- "component",
1760
- "scroll area corner",
1761
- "scrollareacorner"
1762
- ]
1763
- },
1764
- "Select": {
1765
- "description": "Select - A dropdown selection component built on Radix UI primitives Provides a dropdown menu for selecting a single option from a list of choices. Features comprehensive keyboard navigation, grouping capabilities, accessibility compliance, and flexible styling options. Perfect for forms, filters, and configuration interfaces. Built on Radix UI Select.Root with enhanced styling.",
1766
- "file": "select.llm.md",
1767
- "type": "component",
1768
- "keywords": [
1769
- "component",
1770
- "select"
1771
- ]
1772
- },
1773
- "SelectContent": {
1774
- "description": "SelectContent - Container for the dropdown content The dropdown panel that contains all selectable items, groups, and labels. Built on Radix UI Select.Content with Portal rendering for proper layering. Automatically handles scrolling for long lists, collision detection, and positioning relative to the trigger with smooth animations. **Positioning Strategy:** - `popper`: Uses Floating UI for precise positioning with collision detection - `item-aligned`: Aligns content with the selected item for natural feel",
1775
- "file": "select-content.llm.md",
1776
- "type": "component",
1777
- "keywords": [
1778
- "component",
1779
- "select content",
1780
- "selectcontent"
1781
- ]
1782
- },
1783
- "SelectGroup": {
1784
- "description": "SelectGroup - Container for grouping related select items Groups related options together with an optional label for better organization and improved user experience when dealing with many options. Built on Radix UI Select.Group with semantic grouping that enhances screen reader navigation.",
1785
- "file": "select-group.llm.md",
1786
- "type": "component",
1787
- "keywords": [
1788
- "component",
1789
- "select group",
1790
- "selectgroup"
1791
- ]
1792
- },
1793
- "SelectItem": {
1794
- "description": "SelectItem - Individual selectable option in the dropdown Represents a single option that users can select. Built on Radix UI Select.Item with enhanced styling including hover states, selection indicators, and proper spacing. Shows a checkmark when selected and supports keyboard navigation with proper focus management.",
1795
- "file": "select-item.llm.md",
1796
- "type": "component",
1797
- "keywords": [
1798
- "component",
1799
- "select item",
1800
- "selectitem"
1801
- ]
1802
- },
1803
- "SelectLabel": {
1804
- "description": "SelectLabel - Label for a group of select items Provides a non-selectable label for categorizing groups of options. Built on Radix UI Select.Label with muted styling and proper typography. Helps users understand the context of the options below and improves navigation for screen reader users.",
1805
- "file": "select-label.llm.md",
1806
- "type": "component",
1807
- "keywords": [
1808
- "component",
1809
- "select label",
1810
- "selectlabel"
1811
- ]
1812
- },
1813
- "SelectScrollDownButton": {
1814
- "description": "SelectScrollDownButton - Scroll button for navigating down in long lists Appears at the bottom of the dropdown when there are more items below the visible area. Built on Radix UI Select.ScrollDownButton with chevron icon and hover states. Automatically shows/hides based on scroll position.",
1815
- "file": "select-scroll-down-button.llm.md",
1816
- "type": "component",
1817
- "keywords": [
1818
- "button",
1819
- "component",
1820
- "select scroll down button",
1821
- "selectscrolldownbutton"
1822
- ]
1823
- },
1824
- "SelectScrollUpButton": {
1825
- "description": "SelectScrollUpButton - Scroll button for navigating up in long lists Appears at the top of the dropdown when there are more items above the visible area. Built on Radix UI Select.ScrollUpButton with chevron icon and hover states. Automatically shows/hides based on scroll position.",
1826
- "file": "select-scroll-up-button.llm.md",
1827
- "type": "component",
1828
- "keywords": [
1829
- "button",
1830
- "component",
1831
- "select scroll up button",
1832
- "selectscrollupbutton"
1833
- ]
1834
- },
1835
- "SelectSeparator": {
1836
- "description": "SelectSeparator - Visual divider between select groups A horizontal line that visually separates groups of options for better organization and clarity. Built on Radix UI Select.Separator with subtle border styling that adapts to the current theme.",
1837
- "file": "select-separator.llm.md",
1838
- "type": "component",
1839
- "keywords": [
1840
- "component",
1841
- "select separator",
1842
- "selectseparator"
1843
- ]
1844
- },
1845
- "SelectTrigger": {
1846
- "description": "SelectTrigger - The button that opens the select dropdown A styled button that displays the current value and triggers the dropdown menu. Built on Radix UI Select.Trigger with enhanced styling including focus states, size variants, and proper hover interactions. Includes a chevron icon to indicate dropdown functionality and supports different size variants for various UI contexts. **Size Variants:** - `default`: Standard height (36px) suitable for most forms and interfaces - `sm`: Compact height (32px) ideal for dense layouts and table interfaces",
1847
- "file": "select-trigger.llm.md",
1848
- "type": "component",
1849
- "keywords": [
1850
- "component",
1851
- "select trigger",
1852
- "selecttrigger"
1853
- ]
1854
- },
1855
- "SelectValue": {
1856
- "description": "SelectValue - Displays the selected value or placeholder Renders the currently selected option's text or a placeholder when no option is selected. Built on Radix UI Select.Value with proper text truncation and styling. Must be used inside SelectTrigger to display the current selection state.",
1857
- "file": "select-value.llm.md",
1858
- "type": "component",
1859
- "keywords": [
1860
- "component",
1861
- "select value",
1862
- "selectvalue"
1863
- ]
1864
- },
1865
- "Separator": {
1866
- "description": "Separator component for visually and semantically dividing content sections A flexible, accessible separator component built on Radix UI primitives that creates visual or semantic divisions between content sections. Supports both horizontal and vertical orientations with full accessibility features including decorative and semantic separator modes for optimal screen reader compatibility. Built on Radix UI Separator primitive which automatically handles: - WAI-ARIA separator role compliance - Proper orientation data attributes - Screen reader visibility control via decorative prop - Keyboard navigation support for interactive separators - Semantic HTML structure with proper ARIA attributes",
1867
- "file": "separator.llm.md",
1868
- "type": "component",
1869
- "keywords": [
1870
- "component",
1871
- "separator"
1872
- ]
1873
- },
1874
- "Sheet": {
1875
- "description": "Sheet - A slide-out panel that displays supplementary content A versatile sheet component that slides in from any edge of the screen to display supplementary content without fully blocking the main interface. Built on Radix UI Dialog primitives with smooth animations and comprehensive accessibility support. Sheets are ideal for: - Mobile navigation menus - Settings panels and configuration forms - Contextual information displays - Secondary actions that don't require full attention - Filters and search interfaces",
1876
- "file": "sheet.llm.md",
1877
- "type": "component",
1878
- "keywords": [
1879
- "component",
1880
- "format",
1881
- "sheet"
1882
- ]
1883
- },
1884
- "SheetTrigger": {
1885
- "description": "SheetTrigger - Button or element that opens the sheet The trigger element that users interact with to open the sheet. Use the `asChild` prop to render as a different element while maintaining the trigger functionality. When clicked, opens the sheet and manages focus appropriately.",
1886
- "file": "sheet-trigger.llm.md",
1887
- "type": "component",
1888
- "keywords": [
1889
- "component",
1890
- "sheet trigger",
1891
- "sheettrigger"
1892
- ]
1893
- },
1894
- "SheetClose": {
1895
- "description": "SheetClose - Button that closes the sheet A button that closes the sheet when clicked. Can be placed anywhere within the sheet content. Use the `asChild` prop to render as a different element while maintaining the close functionality. Multiple close buttons can be used throughout the sheet content.",
1896
- "file": "sheet-close.llm.md",
1897
- "type": "component",
1898
- "keywords": [
1899
- "component",
1900
- "sheet close",
1901
- "sheetclose"
1902
- ]
1903
- },
1904
- "SheetContent": {
1905
- "description": "SheetContent - Main container for sheet content The primary content area of the sheet that slides in from the specified side. Includes automatic overlay, portal rendering, and close button. Contains smooth slide animations with responsive sizing and proper focus management. Features automatic positioning based on the side prop: - Right/Left: Full height, responsive width (3/4 on mobile, max 384px on desktop) - Top/Bottom: Full width, auto height based on content",
1906
- "file": "sheet-content.llm.md",
1907
- "type": "component",
1908
- "keywords": [
1909
- "component",
1910
- "sheet content",
1911
- "sheetcontent"
1912
- ]
1913
- },
1914
- "SheetHeader": {
1915
- "description": "SheetHeader - Header section for sheet content A container for the sheet's title and description, positioned at the top of the sheet content. Provides consistent spacing and layout for sheet headers. Should contain SheetTitle and optionally SheetDescription for proper accessibility and semantic structure.",
1916
- "file": "sheet-header.llm.md",
1917
- "type": "component",
1918
- "keywords": [
1919
- "component",
1920
- "sheet header",
1921
- "sheetheader"
1922
- ]
1923
- },
1924
- "SheetFooter": {
1925
- "description": "SheetFooter - Footer section for sheet actions A container for action buttons positioned at the bottom of the sheet content. Uses `mt-auto` to stick to the bottom and provides consistent spacing for buttons. Ideal for primary and secondary actions like Save/Cancel button pairs.",
1926
- "file": "sheet-footer.llm.md",
1927
- "type": "component",
1928
- "keywords": [
1929
- "component",
1930
- "sheet footer",
1931
- "sheetfooter"
1932
- ]
1933
- },
1934
- "SheetTitle": {
1935
- "description": "SheetTitle - Title element for the sheet The main heading for the sheet content. Provides proper semantic heading and accessibility labeling for screen readers. Should be used within SheetHeader. This component is required for proper accessibility - every sheet must have a title.",
1936
- "file": "sheet-title.llm.md",
1937
- "type": "component",
1938
- "keywords": [
1939
- "component",
1940
- "sheet title",
1941
- "sheettitle"
1942
- ]
1943
- },
1944
- "SheetDescription": {
1945
- "description": "SheetDescription - Description text for the sheet Provides additional context about the sheet's purpose or instructions. Appears below the title with muted styling. Should be used within SheetHeader. While optional, it's recommended for better accessibility and user understanding.",
1946
- "file": "sheet-description.llm.md",
1947
- "type": "component",
1948
- "keywords": [
1949
- "component",
1950
- "sheet description",
1951
- "sheetdescription"
1952
- ]
1953
- },
1954
- "Sidebar": {
1955
- "description": "Flexible and responsive navigation sidebar component The Sidebar component is the main container for navigation content, supporting multiple visual variants, collapsible behaviors, and responsive design patterns. It automatically adapts between desktop layouts and mobile sheet overlays based on viewport size.",
1956
- "file": "sidebar.llm.md",
1957
- "type": "component",
1958
- "keywords": [
1959
- "component",
1960
- "sidebar"
1961
- ]
1962
- },
1963
- "SidebarContent": {
1964
- "description": "Scrollable main content area of the sidebar The primary content container that houses navigation groups, menus, and other sidebar content. Provides automatic scrolling when content exceeds available height and handles overflow behavior when the sidebar is collapsed.",
1965
- "file": "sidebar-content.llm.md",
1966
- "type": "component",
1967
- "keywords": [
1968
- "component",
1969
- "sidebar content",
1970
- "sidebarcontent"
1971
- ]
1972
- },
1973
- "SidebarFooter": {
1974
- "description": "Footer section container for sidebar content A container positioned at the bottom of the sidebar for footer content such as user profiles, settings links, logout buttons, or help resources. The footer remains anchored to the bottom regardless of content height.",
1975
- "file": "sidebar-footer.llm.md",
1976
- "type": "component",
1977
- "keywords": [
1978
- "component",
1979
- "sidebar footer",
1980
- "sidebarfooter"
1981
- ]
1982
- },
1983
- "SidebarGroup": {
1984
- "description": "Container for organizing related sidebar navigation items Groups related navigation items together with optional labels and actions, providing visual organization and hierarchy for complex navigation structures. Groups can include labels, action buttons, and any combination of menu items.",
1985
- "file": "sidebar-group.llm.md",
1986
- "type": "component",
1987
- "keywords": [
1988
- "component",
1989
- "sidebar group",
1990
- "sidebargroup"
1991
- ]
1992
- },
1993
- "SidebarGroupAction": {
1994
- "description": "Action button positioned within sidebar groups A compact action button positioned at the top-right of a sidebar group, typically used for group-specific actions such as adding new items, editing group settings, or accessing group options. Automatically hidden when collapsed.",
1995
- "file": "sidebar-group-action.llm.md",
1996
- "type": "component",
1997
- "keywords": [
1998
- "component",
1999
- "sidebar group action",
2000
- "sidebargroupaction"
2001
- ]
2002
- },
2003
- "SidebarGroupContent": {
2004
- "description": "Content container for sidebar group items Houses the actual navigation items, menus, and content within a sidebar group. Provides consistent spacing and organization for group content while maintaining proper typography and layout coordination.",
2005
- "file": "sidebar-group-content.llm.md",
2006
- "type": "component",
2007
- "keywords": [
2008
- "component",
2009
- "sidebar group content",
2010
- "sidebargroupcontent"
2011
- ]
2012
- },
2013
- "SidebarGroupLabel": {
2014
- "description": "Label component for sidebar groups Displays a descriptive label for a group of sidebar items, providing clear categorization and hierarchy. The label automatically hides when the sidebar is collapsed to icon mode to maintain clean visual presentation.",
2015
- "file": "sidebar-group-label.llm.md",
2016
- "type": "component",
2017
- "keywords": [
2018
- "component",
2019
- "sidebar group label",
2020
- "sidebargrouplabel"
2021
- ]
2022
- },
2023
- "SidebarHeader": {
2024
- "description": "Header section container for sidebar content A flexible container for sidebar header content such as logos, application titles, user information, or action buttons. The header remains visible even when the sidebar is collapsed to icon mode, making it ideal for persistent branding or key actions.",
2025
- "file": "sidebar-header.llm.md",
2026
- "type": "component",
2027
- "keywords": [
2028
- "component",
2029
- "format",
2030
- "sidebar header",
2031
- "sidebarheader"
2032
- ]
2033
- },
2034
- "SidebarInput": {
2035
- "description": "Input component optimized for sidebar usage A pre-styled input field designed to integrate seamlessly within sidebar layouts. Commonly used for search functionality, filters, or other input needs within the sidebar context. Features appropriate sizing and styling for sidebar use.",
2036
- "file": "sidebar-input.llm.md",
2037
- "type": "component",
2038
- "keywords": [
2039
- "component",
2040
- "sidebar input",
2041
- "sidebarinput"
2042
- ]
2043
- },
2044
- "SidebarInset": {
2045
- "description": "Main content container that adapts to sidebar layout The SidebarInset component serves as the primary content area that automatically adjusts its layout and spacing based on the sidebar's state and variant. It provides proper margins, responsive behavior, and styling coordination with the sidebar.",
2046
- "file": "sidebar-inset.llm.md",
2047
- "type": "component",
2048
- "keywords": [
2049
- "component",
2050
- "sidebar inset",
2051
- "sidebarinset"
2052
- ]
2053
- },
2054
- "SidebarMenu": {
2055
- "description": "Navigation menu container for organizing sidebar items An unordered list container that holds and organizes SidebarMenuItem components. Provides consistent spacing, layout, and semantic structure for navigation items within sidebar groups or sections.",
2056
- "file": "sidebar-menu.llm.md",
2057
- "type": "component",
2058
- "keywords": [
2059
- "component",
2060
- "sidebar menu",
2061
- "sidebarmenu"
2062
- ]
2063
- },
2064
- "SidebarMenuAction": {
2065
- "description": "Secondary action button for sidebar menu items A compact action button positioned on the right side of menu items, providing secondary actions like edit, delete, or more options. Can be configured to show only on hover for cleaner interfaces or remain always visible for important actions.",
2066
- "file": "sidebar-menu-action.llm.md",
2067
- "type": "component",
2068
- "keywords": [
2069
- "component",
2070
- "sidebar menu action",
2071
- "sidebarmenuaction"
2072
- ]
2073
- },
2074
- "SidebarMenuBadge": {
2075
- "description": "Badge indicator component for menu items Displays count indicators, status badges, or notification markers on menu items. Positioned on the right side of menu items and automatically coordinates with menu button states and sidebar collapse behavior.",
2076
- "file": "sidebar-menu-badge.llm.md",
2077
- "type": "component",
2078
- "keywords": [
2079
- "component",
2080
- "sidebar menu badge",
2081
- "sidebarmenubadge"
2082
- ]
2083
- },
2084
- "SidebarMenuButton": {
2085
- "description": "Interactive navigation button for sidebar menu items The primary interactive element for sidebar navigation, offering a flexible button component that supports active states, multiple visual variants, tooltip integration for collapsed modes, and composition patterns through the asChild prop. Automatically adapts its appearance based on sidebar state and provides smooth hover/focus transitions.",
2086
- "file": "sidebar-menu-button.llm.md",
2087
- "type": "component",
2088
- "keywords": [
2089
- "button",
2090
- "component",
2091
- "sidebar menu button",
2092
- "sidebarmenubutton"
2093
- ]
2094
- },
2095
- "SidebarMenuItem": {
2096
- "description": "Individual menu item container for sidebar navigation A list item container that wraps a single navigation item, typically containing a SidebarMenuButton along with optional components like SidebarMenuAction, SidebarMenuBadge, or SidebarMenuSub for hierarchical navigation.",
2097
- "file": "sidebar-menu-item.llm.md",
2098
- "type": "component",
2099
- "keywords": [
2100
- "component",
2101
- "sidebar menu item",
2102
- "sidebarmenuitem"
2103
- ]
2104
- },
2105
- "SidebarMenuSkeleton": {
2106
- "description": "Loading skeleton placeholder for menu items Displays an animated loading placeholder while menu items are being fetched or loaded. Features random width variation to simulate realistic content and optional icon placeholder for more accurate representation.",
2107
- "file": "sidebar-menu-skeleton.llm.md",
2108
- "type": "component",
2109
- "keywords": [
2110
- "component",
2111
- "sidebar menu skeleton",
2112
- "sidebarmenuskeleton"
2113
- ]
2114
- },
2115
- "SidebarMenuSub": {
2116
- "description": "Submenu container for hierarchical navigation A specialized container for nested navigation items that provides visual hierarchy through indentation and connecting border lines. Perfect for organizing complex navigation structures with parent-child relationships.",
2117
- "file": "sidebar-menu-sub.llm.md",
2118
- "type": "component",
2119
- "keywords": [
2120
- "component",
2121
- "sidebar menu sub",
2122
- "sidebarmenusub"
2123
- ]
2124
- },
2125
- "SidebarMenuSubButton": {
2126
- "description": "Interactive button component for submenu navigation The primary interactive element for nested navigation items within submenus, featuring support for active states, different sizes, and composition patterns. Designed specifically for hierarchical navigation with appropriate styling and spacing.",
2127
- "file": "sidebar-menu-sub-button.llm.md",
2128
- "type": "component",
2129
- "keywords": [
2130
- "button",
2131
- "component",
2132
- "sidebar menu sub button",
2133
- "sidebarmenusubbutton"
2134
- ]
2135
- },
2136
- "SidebarMenuSubItem": {
2137
- "description": "Individual item container within submenu navigation A list item container for single nested navigation items within a submenu, providing the structural foundation for hierarchical navigation elements.",
2138
- "file": "sidebar-menu-sub-item.llm.md",
2139
- "type": "component",
2140
- "keywords": [
2141
- "component",
2142
- "sidebar menu sub item",
2143
- "sidebarmenusubitem"
2144
- ]
2145
- },
2146
- "SidebarProvider": {
2147
- "description": "Context provider for comprehensive sidebar state management The SidebarProvider is the foundational component that manages all sidebar behavior including state persistence, responsive design, keyboard shortcuts, and mobile handling. It provides context to all sidebar-related components and should wrap your entire application or the section containing the sidebar.",
2148
- "file": "sidebar-provider.llm.md",
2149
- "type": "component",
2150
- "keywords": [
2151
- "component",
2152
- "sidebar provider",
2153
- "sidebarprovider"
2154
- ]
2155
- },
2156
- "SidebarRail": {
2157
- "description": "Interactive rail component for sidebar edge interaction Provides a subtle interactive area along the sidebar edge that users can click to toggle the sidebar state. The rail is positioned at the sidebar boundary and includes hover states for discoverability. Only visible on desktop viewports.",
2158
- "file": "sidebar-rail.llm.md",
2159
- "type": "component",
2160
- "keywords": [
2161
- "component",
2162
- "sidebar rail",
2163
- "sidebarrail"
2164
- ]
2165
- },
2166
- "SidebarSeparator": {
2167
- "description": "Visual separator for organizing sidebar sections A horizontal divider component used to visually separate different sections within the sidebar content. Helps organize navigation groups and improve visual hierarchy and readability.",
2168
- "file": "sidebar-separator.llm.md",
2169
- "type": "component",
2170
- "keywords": [
2171
- "component",
2172
- "sidebar separator",
2173
- "sidebarseparator"
2174
- ]
2175
- },
2176
- "SidebarTrigger": {
2177
- "description": "Interactive button component for toggling sidebar visibility A pre-styled button that toggles the sidebar between expanded and collapsed states on desktop, or opens/closes the mobile sheet overlay on smaller screens. Features a panel icon and proper accessibility attributes.",
2178
- "file": "sidebar-trigger.llm.md",
2179
- "type": "component",
2180
- "keywords": [
2181
- "component",
2182
- "sidebar trigger",
2183
- "sidebartrigger"
2184
- ]
2185
- },
2186
- "useSidebar": {
2187
- "description": "Hook to access sidebar state and control functions Provides access to the sidebar's state management including expanded/collapsed states, mobile-specific behavior, and toggle functions. This hook must be used within a SidebarProvider component tree to function properly.",
2188
- "file": "use-sidebar.llm.md",
2189
- "type": "function",
2190
- "keywords": [
2191
- "component",
2192
- "function",
2193
- "hook",
2194
- "use sidebar",
2195
- "usesidebar"
2196
- ]
2197
- },
2198
- "Skeleton": {
2199
- "description": "Skeleton - Animated loading placeholder that improves perceived performance A lightweight component that creates animated placeholders mimicking the structure and layout of content being loaded. Features a subtle pulse animation to indicate loading state while maintaining layout stability during data fetching operations. Built on standard HTML div element with Tailwind CSS animations. Designed to be highly composable and can be shaped to match any content structure using className. The component uses semantic presentation role by default for optimal accessibility.",
2200
- "file": "skeleton.llm.md",
2201
- "type": "component",
2202
- "keywords": [
2203
- "component",
2204
- "skeleton"
2205
- ]
2206
- },
2207
- "Slider": {
2208
- "description": "Slider - Range input control for selecting numeric values A versatile range input control built on Radix UI Slider primitives that allows users to select single or multiple values by dragging thumbs along a track. Supports both horizontal and vertical orientations, custom ranges, step intervals, and comprehensive accessibility features for keyboard and touch interaction. The component automatically renders the appropriate number of thumbs based on the number of values provided, supporting both single-value and multi-value range selection. Built with enhanced styling and smooth animations for an optimal user experience.",
2209
- "file": "slider.llm.md",
2210
- "type": "component",
2211
- "keywords": [
2212
- "component",
2213
- "slider"
2214
- ]
2215
- },
2216
- "Toaster": {
2217
- "description": "Toast notification container component built on Sonner A feature-rich toast component that provides beautiful, accessible notifications with seamless theme integration and extensive customization options. Built on the popular Sonner library with enhanced theming that automatically synchronizes with the application's theme system using the useTheme hook. This component serves as the central toast container and should be placed once in your application root. It manages the display, positioning, and lifecycle of all toast notifications throughout your application. **Key Features:** - **Automatic theme synchronization** - Integrates with useTheme for consistent styling - **Flexible positioning** - Six different positions with smart stacking - **Rich accessibility** - Full keyboard navigation and screen reader support - **Promise integration** - Built-in loading/success/error states for async operations - **Gesture support** - Touch-friendly swipe-to-dismiss with configurable directions - **Performance optimized** - Efficient rendering with configurable limits - **Customizable styling** - Comprehensive theming and custom icon support",
2218
- "file": "toaster.llm.md",
2219
- "type": "component",
2220
- "keywords": [
2221
- "component",
2222
- "toaster"
2223
- ]
2224
- },
2225
- "Stack": {
2226
- "description": "Stack - A flexible layout component for consistent spacing between elements Stack is a fundamental layout primitive that arranges child elements in either vertical or horizontal direction with consistent spacing. Built on flexbox principles, it provides a clean, declarative API for common layout patterns without requiring custom CSS or complex flex configurations. **Core Features:** - Consistent spacing using Tailwind's design system - Flexible direction control (vertical/horizontal) - Zero-config flexbox layouts with predictable behavior - Composable with other UI components and layout utilities - Full accessibility support with semantic HTML structure - TypeScript-first with comprehensive prop validation **Common Use Cases:** - Form layouts with consistent field spacing - Button groups and action bars - Content sections with uniform gaps - Navigation lists and menu structures - Card layouts and dashboard grids - Page sections and content hierarchy - Responsive component layouts **Design System Integration:** Stack integrates seamlessly with design systems by providing consistent spacing that aligns with Tailwind's spacing scale. This ensures visual harmony across your application and reduces the need for custom spacing utilities in most common layout scenarios.",
2227
- "file": "stack.llm.md",
2228
- "type": "component",
2229
- "keywords": [
2230
- "component",
2231
- "stack"
2232
- ]
2233
- },
2234
- "Switch": {
2235
- "description": "Switch - Binary toggle control for on/off states A versatile toggle switch component built on Radix UI Switch primitive that provides an accessible way to toggle between on/off states. Commonly used for settings, preferences, and feature toggles that have immediate effects. Built with Radix UI Switch primitive and styled with Tailwind CSS to ensure consistent visual appearance across light and dark themes. The component automatically handles state management, accessibility, keyboard navigation, and form integration.",
2236
- "file": "switch.llm.md",
2237
- "type": "component",
2238
- "keywords": [
2239
- "component",
2240
- "switch"
2241
- ]
2242
- },
2243
- "Table": {
2244
- "description": "Table - A responsive data table component for displaying structured information Built on semantic HTML table elements with responsive scrolling and proper accessibility. Follows shadcn/ui patterns for data presentation and can be enhanced with TanStack Table for sorting, filtering, and pagination. Perfect for dashboards, data management, and structured content display.",
2245
- "file": "table.llm.md",
2246
- "type": "component",
2247
- "keywords": [
2248
- "component",
2249
- "format",
2250
- "table"
2251
- ]
2252
- },
2253
- "TableHeader": {
2254
- "description": "TableHeader - Container for table header rows Groups header rows and applies consistent styling with bottom borders. Contains TableRow components with TableHead cells for column definitions. Essential for accessibility and proper table structure.",
2255
- "file": "table-header.llm.md",
2256
- "type": "component",
2257
- "keywords": [
2258
- "component",
2259
- "table header",
2260
- "tableheader"
2261
- ]
2262
- },
2263
- "TableBody": {
2264
- "description": "TableBody - Container for table data rows Main content area of the table containing all data rows. Applies border styling where the last row has no bottom border. Contains TableRow components with TableCell elements.",
2265
- "file": "table-body.llm.md",
2266
- "type": "component",
2267
- "keywords": [
2268
- "component",
2269
- "table body",
2270
- "tablebody"
2271
- ]
2272
- },
2273
- "TableFooter": {
2274
- "description": "TableFooter - Container for table footer rows Used for summary rows, totals, or additional table information. Styled with a muted background and top border to distinguish from data rows. Typically contains aggregated data or table-wide information.",
2275
- "file": "table-footer.llm.md",
2276
- "type": "component",
2277
- "keywords": [
2278
- "component",
2279
- "format",
2280
- "table footer",
2281
- "tablefooter"
2282
- ]
2283
- },
2284
- "TableHead": {
2285
- "description": "TableHead - Table header cell component for column definitions Used for column headers with medium font weight and proper text alignment. Includes special styling for checkbox columns and interactive elements. Essential for screen reader navigation and table accessibility.",
2286
- "file": "table-head.llm.md",
2287
- "type": "component",
2288
- "keywords": [
2289
- "component",
2290
- "table head",
2291
- "tablehead"
2292
- ]
2293
- },
2294
- "TableRow": {
2295
- "description": "TableRow - A table row component with interactive states Represents a single row in the table with hover effects and selection support. Supports data-state attributes for visual feedback and proper border styling. Essential building block for all table content areas.",
2296
- "file": "table-row.llm.md",
2297
- "type": "component",
2298
- "keywords": [
2299
- "component",
2300
- "table row",
2301
- "tablerow"
2302
- ]
2303
- },
2304
- "TableCell": {
2305
- "description": "TableCell - Table data cell component for content display Used for data cells within table rows with consistent padding and alignment. Supports custom styling, truncation, and special handling for interactive elements like checkboxes and buttons.",
2306
- "file": "table-cell.llm.md",
2307
- "type": "component",
2308
- "keywords": [
2309
- "component",
2310
- "table cell",
2311
- "tablecell"
2312
- ]
2313
- },
2314
- "TableCaption": {
2315
- "description": "TableCaption - Table caption for describing table content and context Provides a description, title, or additional context for the table. Displayed with muted styling and proper spacing. Essential for accessibility as screen readers announce the caption to provide table context.",
2316
- "file": "table-caption.llm.md",
2317
- "type": "component",
2318
- "keywords": [
2319
- "component",
2320
- "table caption",
2321
- "tablecaption"
2322
- ]
2323
- },
2324
- "Tabs": {
2325
- "description": "A tabbed interface component for organizing content into multiple sections. Tabs provide an intuitive way to organize and display content in separate panels, with only one panel visible at a time. Built on Radix UI's robust accessibility foundation with full keyboard navigation, focus management, and screen reader support. The component supports both controlled and uncontrolled usage patterns, allowing for flexible integration in various application contexts. Each tab consists of a trigger (button) that activates its corresponding content panel.",
2326
- "file": "tabs.llm.md",
2327
- "type": "component",
2328
- "keywords": [
2329
- "component",
2330
- "tabs"
2331
- ]
2332
- },
2333
- "TabsList": {
2334
- "description": "Container component that groups all tab trigger buttons together. Provides consistent styling and layout for tab triggers with a unified background and proper spacing. The list maintains the tab order and handles focus management within the tabbed interface.",
2335
- "file": "tabs-list.llm.md",
2336
- "type": "component",
2337
- "keywords": [
2338
- "component",
2339
- "tabs list",
2340
- "tabslist"
2341
- ]
2342
- },
2343
- "TabsTrigger": {
2344
- "description": "Individual clickable button that activates its associated tab content. Each trigger is associated with a specific tab panel via the `value` prop. The component automatically handles active states, focus management, and accessibility attributes. Supports icons, text, and custom content.",
2345
- "file": "tabs-trigger.llm.md",
2346
- "type": "component",
2347
- "keywords": [
2348
- "component",
2349
- "tabs trigger",
2350
- "tabstrigger"
2351
- ]
2352
- },
2353
- "TabsContent": {
2354
- "description": "Content panel that displays when its associated tab trigger is active. Each content panel is linked to a specific trigger via the `value` prop. Only one content panel is visible at a time, creating a clean tabbed interface. The component handles enter/exit animations and proper focus management when tabs change.",
2355
- "file": "tabs-content.llm.md",
2356
- "type": "component",
2357
- "keywords": [
2358
- "component",
2359
- "tabs content",
2360
- "tabscontent"
2361
- ]
2362
- },
2363
- "TextField": {
2364
- "description": "TextField - Complete form field with label, input, and descriptive text A comprehensive form field component that combines Input and Label components with additional helper text and error handling capabilities. Automatically manages accessibility attributes, ID generation, and ARIA relationships to ensure forms are usable by all users including those using assistive technologies. Built on top of the Input and Label primitives, TextField provides a complete form field solution with consistent styling, proper semantic markup, and enhanced UX features. Supports all HTML input types while adding form validation states, descriptive text, and automatic accessibility compliance.",
2365
- "file": "text-field.llm.md",
2366
- "type": "component",
2367
- "keywords": [
2368
- "component",
2369
- "text field",
2370
- "textfield"
2371
- ]
2372
- },
2373
- "Textarea": {
2374
- "description": "Textarea - Multi-line text input control for extended content entry A styled textarea component built on the native HTML textarea element for entering longer pieces of text that span multiple lines, such as comments, descriptions, messages, or any content that requires multiple lines of input. Features automatic content-based resizing using CSS field-sizing when supported by the browser. Built following shadcn/ui design patterns with consistent styling and behavior across form elements. Inherits all native HTML textarea functionality while providing enhanced visual design and better accessibility patterns.",
2375
- "file": "textarea.llm.md",
2376
- "type": "component",
2377
- "keywords": [
2378
- "component",
2379
- "textarea"
2380
- ]
2381
- },
2382
- "ThemeToggle": {
2383
- "description": "ThemeToggle - A zero-configuration theme switcher with system, light, and dark modes A completely self-contained theme toggle component that provides an intuitive dropdown interface for switching between system preference, light mode, and dark mode. Works immediately without any provider setup, context configuration, or additional dependencies. Built on top of shadcn/ui components (Button + DropdownMenu) with the Neynar useTheme hook for state management. Handles theme persistence via cookies, system preference detection, real-time system changes, and synchronization across multiple instances. **Zero Configuration Design:** Just import and use - no providers, no setup, no configuration required. The component handles all theme management internally and provides a complete solution out of the box. **Perfect for:** - Application headers and navigation bars - Settings panels and preference screens - Toolbars and floating action areas - Any location where users need quick theme access",
2384
- "file": "theme-toggle.llm.md",
2385
- "type": "component",
2386
- "keywords": [
2387
- "component",
2388
- "theme toggle",
2389
- "themetoggle"
2390
- ]
2391
- },
2392
- "Theme": {
2393
- "description": "Theme - Prevents flash of unstyled content (FOUC) during theme initialization A critical component that prevents the flash of incorrect theme styling by applying the user's preferred theme before the page renders. This component should be placed once at the root of your application, ideally in the document head or at the very beginning of the body. The component works by injecting a small inline script that: 1. Reads the stored theme preference from cookies 2. Detects system theme preference if set to \"system\" 3. Applies the appropriate theme class and color scheme immediately 4. Executes synchronously before first paint to prevent FOUC Built as a zero-configuration component that requires no props or setup. Simply drop it into your application's root layout and it will handle theme initialization automatically.",
2394
- "file": "theme.llm.md",
2395
- "type": "component",
2396
- "keywords": [
2397
- "component",
2398
- "theme"
2399
- ]
2400
- },
2401
- "ToggleGroup": {
2402
- "description": "Toggle Group - A group of toggle buttons with single or multiple selection ToggleGroup provides a way to group related toggle buttons together, allowing users to select from a set of mutually exclusive options (single selection) or independent options (multiple selection). Built on Radix UI Toggle Group primitive with enhanced styling through CVA variants and full accessibility support including keyboard navigation. The component supports both controlled and uncontrolled usage patterns, with automatic focus management and roving tabindex behavior. Visual variants are inherited by all child items but can be overridden per item if needed.",
2403
- "file": "toggle-group.llm.md",
2404
- "type": "component",
2405
- "keywords": [
2406
- "component",
2407
- "toggle group",
2408
- "togglegroup"
2409
- ]
2410
- },
2411
- "ToggleGroupItem": {
2412
- "description": "Toggle Group Item - Individual selectable item within a ToggleGroup Represents a single toggleable option within a ToggleGroup component. Each item automatically inherits variant and size styling from the parent ToggleGroup context through React Context, but these can be overridden for specific styling needs. Supports flexible content including icons, text, or mixed combinations. The component participates in the parent ToggleGroup's keyboard navigation and selection behavior, with proper ARIA attributes for accessibility. Focus management and selection state are handled automatically by the Radix UI primitive.",
2413
- "file": "toggle-group-item.llm.md",
2414
- "type": "component",
2415
- "keywords": [
2416
- "component",
2417
- "toggle group item",
2418
- "togglegroupitem"
2419
- ]
2420
- },
2421
- "Toggle": {
2422
- "description": "A two-state button that can be either on or off The Toggle component provides an accessible button with on/off state functionality. Built on Radix UI Toggle primitives with customizable variants and sizes. Perfect for text formatting controls, feature toggles, and any binary state controls. Automatically manages ARIA attributes and provides keyboard navigation.",
2423
- "file": "toggle.llm.md",
2424
- "type": "component",
2425
- "keywords": [
2426
- "component",
2427
- "format",
2428
- "toggle"
2429
- ]
2430
- },
2431
- "Tooltip": {
2432
- "description": "Tooltip - Display contextual information on hover or focus A versatile tooltip component built on Radix UI primitives that provides contextual information when users hover over or focus on an element. Perfect for displaying help text, definitions, or additional context without cluttering the interface. Automatically wraps content in a TooltipProvider for convenience. The tooltip supports both controlled and uncontrolled usage patterns, with intelligent positioning, collision detection, and smooth animations. Built with accessibility as a priority, including proper ARIA attributes and keyboard navigation support.",
2433
- "file": "tooltip.llm.md",
2434
- "type": "component",
2435
- "keywords": [
2436
- "component",
2437
- "format",
2438
- "tooltip"
2439
- ]
2440
- },
2441
- "TooltipTrigger": {
2442
- "description": "TooltipTrigger - The element that triggers the tooltip display Wraps the element that will show the tooltip on hover or focus. Use the `asChild` prop to merge props with the child element rather than rendering an additional wrapper element. Essential for maintaining semantic meaning and avoiding unnecessary DOM nesting. The trigger automatically handles all interaction events including mouse hover, touch interactions, keyboard focus, and blur events. It preserves the original element's accessibility properties while adding tooltip functionality.",
2443
- "file": "tooltip-trigger.llm.md",
2444
- "type": "component",
2445
- "keywords": [
2446
- "component",
2447
- "tooltip trigger",
2448
- "tooltiptrigger"
2449
- ]
2450
- },
2451
- "TooltipContent": {
2452
- "description": "TooltipContent - The floating tooltip content container Contains the content displayed in the tooltip popup. Automatically positioned relative to the trigger element with intelligent collision detection to ensure the tooltip stays within the viewport. Includes smooth animations and an arrow pointer for visual connection to the trigger. The content component handles complex positioning logic, including collision detection, viewport boundaries, and responsive positioning. It supports rich content including text, images, and interactive elements while maintaining accessibility standards.",
2453
- "file": "tooltip-content.llm.md",
2454
- "type": "component",
2455
- "keywords": [
2456
- "component",
2457
- "tooltip content",
2458
- "tooltipcontent"
2459
- ]
2460
- },
2461
- "TooltipProvider": {
2462
- "description": "TooltipProvider - Global context provider for tooltip functionality Wraps your application or component tree to enable tooltip functionality. Controls global tooltip behavior such as delay duration before showing tooltips. Required for tooltip components to function properly across your app. The provider manages global settings that affect all tooltips within its tree, including timing behavior and accessibility features. Individual tooltips can override these settings as needed.",
2463
- "file": "tooltip-provider.llm.md",
2464
- "type": "component",
2465
- "keywords": [
2466
- "component",
2467
- "tooltip provider",
2468
- "tooltipprovider"
2469
- ]
2470
- },
2471
- "Typography": {
2472
- "description": "Typography - Comprehensive text styling component for consistent design system implementation A flexible typography component that provides semantic text variants, color options, and accessibility features. Built with class-variance-authority (CVA) for type-safe variant management and supports both semantic HTML elements and composition patterns via Radix UI Slot. Designed to handle all text styling needs across the application with consistent visual hierarchy and accessibility compliance.",
2473
- "file": "typography.llm.md",
2474
- "type": "component",
2475
- "keywords": [
2476
- "component",
2477
- "typography"
2478
- ]
2479
- },
2480
- "H1": {
2481
- "description": "H1 - Primary page heading component The main heading for a page or major section. Uses the \"heading\" variant with h1 semantic element. Should be used once per page for proper document outline and SEO.",
2482
- "file": "h1.llm.md",
2483
- "type": "component",
2484
- "keywords": [
2485
- "component",
2486
- "h1"
2487
- ]
2488
- },
2489
- "H2": {
2490
- "description": "H2 - Secondary section heading component Section headings that divide page content into logical groups. Uses the \"subheading\" variant with h2 semantic element. Essential for creating proper document hierarchy.",
2491
- "file": "h2.llm.md",
2492
- "type": "component",
2493
- "keywords": [
2494
- "component",
2495
- "h2"
2496
- ]
2497
- },
2498
- "H3": {
2499
- "description": "H3 - Tertiary subsection heading component Subsection headings for further content division. Uses the \"subheading\" variant with h3 semantic element for consistent visual hierarchy.",
2500
- "file": "h3.llm.md",
2501
- "type": "component",
2502
- "keywords": [
2503
- "component",
2504
- "h3"
2505
- ]
2506
- },
2507
- "H4": {
2508
- "description": "H4 - Minor heading component for detailed sections Minor headings for detailed content organization. Uses \"bodyEmphasized\" variant with h4 semantic element for subtle but distinct hierarchy.",
2509
- "file": "h4.llm.md",
2510
- "type": "component",
2511
- "keywords": [
2512
- "component",
2513
- "h4"
2514
- ]
2515
- },
2516
- "H5": {
2517
- "description": "H5 - Small heading component for micro-sections Small headings for very specific content divisions. Uses \"bodyEmphasized\" variant with h5 semantic element.",
2518
- "file": "h5.llm.md",
2519
- "type": "component",
2520
- "keywords": [
2521
- "component",
2522
- "h5"
2523
- ]
2524
- },
2525
- "H6": {
2526
- "description": "H6 - Smallest heading component for minimal emphasis The smallest semantic heading level. Uses \"details\" variant with h6 element for minimal but semantic emphasis.",
2527
- "file": "h6.llm.md",
2528
- "type": "component",
2529
- "keywords": [
2530
- "component",
2531
- "h6"
2532
- ]
2533
- },
2534
- "P": {
2535
- "description": "P - Paragraph component for body text content Standard paragraph element for readable body text. Uses \"body\" variant with p semantic element. Optimized for readability with appropriate line height and font size.",
2536
- "file": "p.llm.md",
2537
- "type": "component",
2538
- "keywords": [
2539
- "component",
2540
- "p"
2541
- ]
2542
- },
2543
- "Span": {
2544
- "description": "Span - Inline text component for text fragments and styling Generic inline element for styling text fragments within other content. Supports all typography variants while maintaining inline display behavior.",
2545
- "file": "span.llm.md",
2546
- "type": "component",
2547
- "keywords": [
2548
- "component",
2549
- "span"
2550
- ]
2551
- },
2552
- "Code": {
2553
- "description": "Code - Inline code component for technical content Semantic code element for inline code snippets, variable names, and technical references. Uses monospace font and \"code\" variant for clear distinction from regular text.",
2554
- "file": "code.llm.md",
2555
- "type": "component",
2556
- "keywords": [
2557
- "code",
2558
- "component"
2559
- ]
2560
- },
2561
- "Small": {
2562
- "description": "Small - Fine print component for supplementary information Semantic small element for fine print, disclaimers, timestamps, and supplementary information. Uses \"microcopy\" variant for reduced visual prominence while maintaining readability.",
2563
- "file": "small.llm.md",
2564
- "type": "component",
2565
- "keywords": [
2566
- "component",
2567
- "format",
2568
- "small"
2569
- ]
2570
- },
2571
- "Strong": {
2572
- "description": "Strong - Emphasized text component for important content Semantic strong element for text that needs strong emphasis or importance. Uses \"bodyEmphasized\" variant with strong semantic meaning.",
2573
- "file": "strong.llm.md",
2574
- "type": "component",
2575
- "keywords": [
2576
- "component",
2577
- "strong"
2578
- ]
2579
- },
2580
- "Lead": {
2581
- "description": "Lead - Introductory paragraph component for article openings Lead paragraph for article introductions, page descriptions, and summary content. Uses \"subheading\" variant with muted color for visual hierarchy.",
2582
- "file": "lead.llm.md",
2583
- "type": "component",
2584
- "keywords": [
2585
- "component",
2586
- "lead"
2587
- ]
2588
- },
2589
- "A": {
2590
- "description": "A - Anchor component for interactive text links Semantic anchor element for links with built-in hover states and accessibility features. Uses \"body\" variant with underline and smooth color transitions.",
2591
- "file": "a.llm.md",
2592
- "type": "component",
2593
- "keywords": [
2594
- "a",
2595
- "component"
2596
- ]
2597
- },
2598
- "Blockquote": {
2599
- "description": "Blockquote - Quoted text component for citations and excerpts Semantic blockquote element for extended quotations, testimonials, and excerpts. Features italic styling and left border for visual distinction.",
2600
- "file": "blockquote.llm.md",
2601
- "type": "component",
2602
- "keywords": [
2603
- "blockquote",
2604
- "component"
2605
- ]
2606
- },
2607
- "useIsMobile": {
2608
- "description": "Hook for detecting mobile viewport width based on Tailwind CSS breakpoints A React hook that monitors viewport width and returns true when the width is less than 768px (Tailwind's `md` breakpoint). This hook provides a consistent way to conditionally render mobile and desktop layouts, following the same responsive patterns used throughout the shadcn/ui ecosystem. The hook uses `window.matchMedia` for efficient viewport monitoring and properly handles server-side rendering by returning `false` initially, then updating on the client side.",
2609
- "file": "use-is-mobile.llm.md",
2610
- "type": "function",
2611
- "keywords": [
2612
- "component",
2613
- "function",
2614
- "hook",
2615
- "use is mobile",
2616
- "useismobile"
2617
- ]
2618
- },
2619
- "ThemePreference": {
2620
- "description": "Theme preference options for the theme system Controls how the application determines the active theme: - `\"system\"` - Automatically follows the user's OS preference - `\"light\"` - Forces light theme regardless of system preference - `\"dark\"` - Forces dark theme regardless of system preference",
2621
- "file": "theme-preference.llm.md",
2622
- "type": "type",
2623
- "keywords": [
2624
- "theme preference",
2625
- "themepreference",
2626
- "type"
2627
- ]
2628
- },
2629
- "cn": {
2630
- "description": "cn - Combines class names with Tailwind CSS conflict resolution This utility function combines multiple class names into a single string, automatically resolving Tailwind CSS class conflicts. It uses clsx for conditional class handling and tailwind-merge to ensure later classes override earlier ones when they conflict.",
2631
- "file": "cn.llm.md",
2632
- "type": "function",
2633
- "keywords": [
2634
- "cn",
2635
- "function"
2636
- ]
2637
- }
2638
- }