@enjoys/context-engine 1.2.0 → 1.4.1
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.
- package/data/codeActions/angular.json +126 -0
- package/data/codeActions/css.json +111 -0
- package/data/codeActions/nestjs.json +124 -0
- package/data/codeActions/nextjs.json +198 -0
- package/data/codeActions/react.json +154 -0
- package/data/codeActions/shadcn.json +112 -0
- package/data/codeActions/shell.json +169 -26
- package/data/codeActions/tailwindcss.json +76 -0
- package/data/codeLens/angular.json +22 -0
- package/data/codeLens/css.json +68 -0
- package/data/codeLens/nestjs.json +21 -0
- package/data/codeLens/nextjs.json +117 -0
- package/data/codeLens/react.json +89 -0
- package/data/codeLens/shadcn.json +89 -0
- package/data/codeLens/shell.json +59 -17
- package/data/codeLens/tailwindcss.json +103 -0
- package/data/color/angular.json +21 -0
- package/data/color/css.json +124 -0
- package/data/color/nestjs.json +18 -0
- package/data/color/nextjs.json +22 -0
- package/data/color/react.json +93 -0
- package/data/color/shadcn.json +66 -0
- package/data/color/shell.json +106 -80
- package/data/color/tailwindcss.json +53 -0
- package/data/commands/angular.json +312 -0
- package/data/commands/css.json +41 -0
- package/data/commands/manifest.json +734 -727
- package/data/commands/nestjs.json +273 -0
- package/data/commands/nextjs.json +123 -0
- package/data/commands/react.json +210 -0
- package/data/commands/shadcn.json +410 -0
- package/data/commands/shell.json +571 -41
- package/data/commands/tailwindcss.json +53 -0
- package/data/completion/angular.json +1490 -0
- package/data/completion/css.json +1176 -0
- package/data/completion/javascript.json +27 -0
- package/data/completion/nestjs.json +1454 -0
- package/data/completion/nextjs.json +1373 -0
- package/data/completion/react.json +1319 -0
- package/data/completion/redis-cli.json +1 -1
- package/data/completion/shadcn.json +1202 -0
- package/data/completion/shell.json +2446 -510
- package/data/completion/tailwindcss.json +284 -0
- package/data/completion/typescript.json +27 -0
- package/data/declaration/angular.json +46 -0
- package/data/declaration/css.json +59 -0
- package/data/declaration/nestjs.json +47 -0
- package/data/declaration/nextjs.json +274 -0
- package/data/declaration/react.json +199 -0
- package/data/declaration/shadcn.json +211 -0
- package/data/declaration/shell.json +343 -24
- package/data/declaration/tailwindcss.json +137 -0
- package/data/definition/angular.json +670 -0
- package/data/definition/css.json +115 -0
- package/data/definition/nestjs.json +684 -0
- package/data/definition/nextjs.json +439 -0
- package/data/definition/react.json +397 -0
- package/data/definition/redis-cli.json +1 -1
- package/data/definition/shadcn.json +99 -0
- package/data/definition/shell.json +820 -0
- package/data/definition/tailwindcss.json +115 -0
- package/data/documentHighlight/angular.json +414 -0
- package/data/documentHighlight/css.json +125 -0
- package/data/documentHighlight/nestjs.json +115 -0
- package/data/documentHighlight/nextjs.json +212 -0
- package/data/documentHighlight/react.json +119 -0
- package/data/documentHighlight/shadcn.json +168 -0
- package/data/documentHighlight/shell.json +664 -334
- package/data/documentHighlight/tailwindcss.json +160 -0
- package/data/documentRangeFormatting/angular.json +45 -0
- package/data/documentRangeFormatting/css.json +101 -0
- package/data/documentRangeFormatting/nestjs.json +17 -0
- package/data/documentRangeFormatting/nextjs.json +17 -0
- package/data/documentRangeFormatting/react.json +78 -0
- package/data/documentRangeFormatting/shadcn.json +45 -0
- package/data/documentRangeFormatting/shell.json +120 -53
- package/data/documentRangeFormatting/tailwindcss.json +55 -0
- package/data/documentSymbol/angular.json +180 -0
- package/data/documentSymbol/css.json +96 -0
- package/data/documentSymbol/nestjs.json +152 -0
- package/data/documentSymbol/nextjs.json +159 -0
- package/data/documentSymbol/react.json +145 -0
- package/data/documentSymbol/shadcn.json +131 -0
- package/data/documentSymbol/shell.json +166 -26
- package/data/documentSymbol/tailwindcss.json +110 -0
- package/data/foldingRange/angular.json +99 -0
- package/data/foldingRange/css.json +66 -0
- package/data/foldingRange/nestjs.json +26 -0
- package/data/foldingRange/nextjs.json +26 -0
- package/data/foldingRange/react.json +120 -0
- package/data/foldingRange/shadcn.json +93 -0
- package/data/foldingRange/shell.json +106 -46
- package/data/foldingRange/tailwindcss.json +60 -0
- package/data/formatting/angular.json +21 -0
- package/data/formatting/css.json +73 -0
- package/data/formatting/nestjs.json +23 -0
- package/data/formatting/nextjs.json +23 -0
- package/data/formatting/react.json +71 -0
- package/data/formatting/shadcn.json +61 -0
- package/data/formatting/shell.json +103 -19
- package/data/formatting/tailwindcss.json +48 -0
- package/data/hover/angular.json +455 -0
- package/data/hover/css.json +300 -0
- package/data/hover/nestjs.json +296 -0
- package/data/hover/nextjs.json +305 -0
- package/data/hover/react.json +173 -0
- package/data/hover/redis-cli.json +1 -1
- package/data/hover/shadcn.json +450 -0
- package/data/hover/shell.json +684 -75
- package/data/hover/tailwindcss.json +968 -0
- package/data/implementation/angular.json +22 -0
- package/data/implementation/css.json +65 -0
- package/data/implementation/nestjs.json +24 -0
- package/data/implementation/nextjs.json +137 -0
- package/data/implementation/react.json +125 -0
- package/data/implementation/shadcn.json +89 -0
- package/data/implementation/shell.json +59 -3
- package/data/implementation/tailwindcss.json +59 -0
- package/data/inlayHints/angular.json +24 -0
- package/data/inlayHints/css.json +87 -0
- package/data/inlayHints/nestjs.json +24 -0
- package/data/inlayHints/nextjs.json +143 -0
- package/data/inlayHints/react.json +177 -0
- package/data/inlayHints/shadcn.json +109 -0
- package/data/inlayHints/shell.json +223 -35
- package/data/inlayHints/tailwindcss.json +111 -0
- package/data/inlineCompletions/angular.json +135 -0
- package/data/inlineCompletions/css.json +125 -0
- package/data/inlineCompletions/javascript.json +12 -0
- package/data/inlineCompletions/nestjs.json +25 -0
- package/data/inlineCompletions/nextjs.json +179 -0
- package/data/inlineCompletions/react.json +203 -0
- package/data/inlineCompletions/shadcn.json +115 -0
- package/data/inlineCompletions/shell.json +185 -35
- package/data/inlineCompletions/tailwindcss.json +411 -0
- package/data/inlineCompletions/typescript.json +12 -0
- package/data/linkedEditingRange/angular.json +23 -0
- package/data/linkedEditingRange/css.json +40 -0
- package/data/linkedEditingRange/nestjs.json +10 -0
- package/data/linkedEditingRange/nextjs.json +11 -0
- package/data/linkedEditingRange/react.json +75 -0
- package/data/linkedEditingRange/shadcn.json +23 -0
- package/data/linkedEditingRange/shell.json +25 -25
- package/data/linkedEditingRange/tailwindcss.json +30 -0
- package/data/links/angular.json +95 -0
- package/data/links/css.json +55 -0
- package/data/links/nestjs.json +130 -0
- package/data/links/nextjs.json +91 -0
- package/data/links/react.json +75 -0
- package/data/links/shadcn.json +98 -0
- package/data/links/shell.json +56 -0
- package/data/links/tailwindcss.json +65 -0
- package/data/manifest.json +399 -150
- package/data/onTypeFormatting/angular.json +14 -0
- package/data/onTypeFormatting/css.json +82 -0
- package/data/onTypeFormatting/nestjs.json +16 -0
- package/data/onTypeFormatting/nextjs.json +17 -0
- package/data/onTypeFormatting/react.json +127 -0
- package/data/onTypeFormatting/shadcn.json +54 -0
- package/data/onTypeFormatting/shell.json +72 -68
- package/data/onTypeFormatting/tailwindcss.json +63 -0
- package/data/rangeSemanticTokens/angular.json +140 -0
- package/data/rangeSemanticTokens/css.json +125 -0
- package/data/rangeSemanticTokens/nestjs.json +27 -0
- package/data/rangeSemanticTokens/nextjs.json +28 -0
- package/data/rangeSemanticTokens/react.json +216 -0
- package/data/rangeSemanticTokens/shadcn.json +140 -0
- package/data/rangeSemanticTokens/shell.json +247 -69
- package/data/rangeSemanticTokens/tailwindcss.json +186 -0
- package/data/references/angular.json +26 -0
- package/data/references/css.json +65 -0
- package/data/references/nestjs.json +24 -0
- package/data/references/nextjs.json +178 -0
- package/data/references/react.json +192 -0
- package/data/references/shadcn.json +101 -0
- package/data/references/shell.json +323 -92
- package/data/references/tailwindcss.json +125 -0
- package/data/rename/angular.json +131 -0
- package/data/rename/css.json +91 -0
- package/data/rename/nestjs.json +32 -0
- package/data/rename/nextjs.json +31 -0
- package/data/rename/react.json +88 -0
- package/data/rename/shadcn.json +79 -0
- package/data/rename/shell.json +101 -31
- package/data/rename/tailwindcss.json +58 -0
- package/data/selectionRange/angular.json +95 -0
- package/data/selectionRange/css.json +55 -0
- package/data/selectionRange/nestjs.json +21 -0
- package/data/selectionRange/nextjs.json +22 -0
- package/data/selectionRange/react.json +87 -0
- package/data/selectionRange/shadcn.json +89 -0
- package/data/selectionRange/shell.json +65 -35
- package/data/selectionRange/tailwindcss.json +35 -0
- package/data/semanticTokens/angular.json +198 -0
- package/data/semanticTokens/css.json +107 -0
- package/data/semanticTokens/nestjs.json +35 -0
- package/data/semanticTokens/nextjs.json +38 -0
- package/data/semanticTokens/react.json +215 -0
- package/data/semanticTokens/shadcn.json +180 -0
- package/data/semanticTokens/shell.json +238 -65
- package/data/semanticTokens/tailwindcss.json +161 -0
- package/data/signatureHelp/angular.json +182 -0
- package/data/signatureHelp/css.json +137 -0
- package/data/signatureHelp/nestjs.json +128 -0
- package/data/signatureHelp/nextjs.json +127 -0
- package/data/signatureHelp/react.json +281 -0
- package/data/signatureHelp/shadcn.json +237 -0
- package/data/signatureHelp/shell.json +797 -104
- package/data/signatureHelp/tailwindcss.json +64 -0
- package/data/typeDefinition/angular.json +362 -0
- package/data/typeDefinition/css.json +53 -0
- package/data/typeDefinition/nestjs.json +334 -0
- package/data/typeDefinition/nextjs.json +285 -0
- package/data/typeDefinition/react.json +236 -0
- package/data/typeDefinition/shadcn.json +292 -0
- package/data/typeDefinition/shell.json +104 -40
- package/data/typeDefinition/tailwindcss.json +47 -0
- package/package.json +1 -1
- package/data/codeActions/bash.json +0 -169
- package/data/codeActions/zsh.json +0 -49
- package/data/codeLens/bash.json +0 -75
- package/data/codeLens/zsh.json +0 -19
- package/data/color/bash.json +0 -100
- package/data/color/zsh.json +0 -80
- package/data/commands/bash.json +0 -102
- package/data/commands/zsh.json +0 -166
- package/data/completion/bash.json +0 -1184
- package/data/completion/zsh.json +0 -973
- package/data/declaration/bash.json +0 -301
- package/data/declaration/zsh.json +0 -205
- package/data/definition/bash.json +0 -565
- package/data/definition/zsh.json +0 -350
- package/data/documentHighlight/bash.json +0 -393
- package/data/documentHighlight/zsh.json +0 -266
- package/data/documentRangeFormatting/bash.json +0 -41
- package/data/documentRangeFormatting/zsh.json +0 -59
- package/data/documentSymbol/bash.json +0 -124
- package/data/documentSymbol/zsh.json +0 -26
- package/data/foldingRange/bash.json +0 -76
- package/data/foldingRange/zsh.json +0 -46
- package/data/formatting/bash.json +0 -88
- package/data/formatting/zsh.json +0 -28
- package/data/hover/bash.json +0 -579
- package/data/hover/zsh.json +0 -96
- package/data/implementation/bash.json +0 -44
- package/data/implementation/zsh.json +0 -41
- package/data/inlayHints/bash.json +0 -207
- package/data/inlayHints/zsh.json +0 -43
- package/data/inlineCompletions/bash.json +0 -155
- package/data/inlineCompletions/zsh.json +0 -17
- package/data/linkedEditingRange/bash.json +0 -25
- package/data/linkedEditingRange/zsh.json +0 -25
- package/data/links/bash.json +0 -56
- package/data/links/zsh.json +0 -15
- package/data/onTypeFormatting/bash.json +0 -68
- package/data/onTypeFormatting/zsh.json +0 -68
- package/data/rangeSemanticTokens/bash.json +0 -90
- package/data/rangeSemanticTokens/zsh.json +0 -76
- package/data/references/bash.json +0 -221
- package/data/references/zsh.json +0 -166
- package/data/rename/bash.json +0 -37
- package/data/rename/zsh.json +0 -31
- package/data/selectionRange/bash.json +0 -35
- package/data/selectionRange/zsh.json +0 -35
- package/data/semanticTokens/bash.json +0 -71
- package/data/semanticTokens/zsh.json +0 -71
- package/data/signatureHelp/bash.json +0 -111
- package/data/signatureHelp/zsh.json +0 -118
- package/data/typeDefinition/bash.json +0 -95
- package/data/typeDefinition/zsh.json +0 -40
|
@@ -0,0 +1,450 @@
|
|
|
1
|
+
{
|
|
2
|
+
"language": "shadcn",
|
|
3
|
+
"hovers": {
|
|
4
|
+
"Accordion": {
|
|
5
|
+
"contents": [
|
|
6
|
+
{ "value": "```tsx\nconst Accordion: React.ForwardRefExoticComponent<AccordionProps>\n```\nA vertically stacked set of interactive headings that each reveal a section of content. Built on Radix UI Accordion.\n\n```tsx\n<Accordion type=\"single\" collapsible>\n <AccordionItem value=\"item-1\">\n <AccordionTrigger>Title</AccordionTrigger>\n <AccordionContent>Content</AccordionContent>\n </AccordionItem>\n</Accordion>\n```" }
|
|
7
|
+
]
|
|
8
|
+
},
|
|
9
|
+
"AccordionItem": {
|
|
10
|
+
"contents": [
|
|
11
|
+
{ "value": "```tsx\nconst AccordionItem: React.ForwardRefExoticComponent<AccordionItemProps>\n```\nContains all parts of a collapsible section within an Accordion. Requires a unique `value` prop." }
|
|
12
|
+
]
|
|
13
|
+
},
|
|
14
|
+
"AccordionTrigger": {
|
|
15
|
+
"contents": [
|
|
16
|
+
{ "value": "```tsx\nconst AccordionTrigger: React.ForwardRefExoticComponent<AccordionTriggerProps>\n```\nToggles the collapsed state of its associated AccordionItem." }
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"AccordionContent": {
|
|
20
|
+
"contents": [
|
|
21
|
+
{ "value": "```tsx\nconst AccordionContent: React.ForwardRefExoticComponent<AccordionContentProps>\n```\nContains the collapsible content for an AccordionItem. Animates open/close." }
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
"Alert": {
|
|
25
|
+
"contents": [
|
|
26
|
+
{ "value": "```tsx\nconst Alert: React.ForwardRefExoticComponent<AlertProps & { variant?: 'default' | 'destructive' }>\n```\nDisplays a callout for important information. Supports `default` and `destructive` variants.\n\n```tsx\n<Alert variant=\"destructive\">\n <AlertTitle>Error</AlertTitle>\n <AlertDescription>Something went wrong.</AlertDescription>\n</Alert>\n```" }
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
"AlertTitle": {
|
|
30
|
+
"contents": [
|
|
31
|
+
{ "value": "```tsx\nconst AlertTitle: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLHeadingElement>>\n```\nTitle element rendered inside an Alert component." }
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"AlertDescription": {
|
|
35
|
+
"contents": [
|
|
36
|
+
{ "value": "```tsx\nconst AlertDescription: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLParagraphElement>>\n```\nDescription element rendered inside an Alert component." }
|
|
37
|
+
]
|
|
38
|
+
},
|
|
39
|
+
"AlertDialog": {
|
|
40
|
+
"contents": [
|
|
41
|
+
{ "value": "```tsx\nconst AlertDialog: React.FC<AlertDialogProps>\n```\nA modal dialog that interrupts the user with important content and expects a response. Built on Radix UI AlertDialog.\n\n```tsx\n<AlertDialog>\n <AlertDialogTrigger>Open</AlertDialogTrigger>\n <AlertDialogContent>\n <AlertDialogHeader>\n <AlertDialogTitle>Are you sure?</AlertDialogTitle>\n <AlertDialogDescription>This cannot be undone.</AlertDialogDescription>\n </AlertDialogHeader>\n <AlertDialogFooter>\n <AlertDialogCancel>Cancel</AlertDialogCancel>\n <AlertDialogAction>Continue</AlertDialogAction>\n </AlertDialogFooter>\n </AlertDialogContent>\n</AlertDialog>\n```" }
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
"AlertDialogTrigger": {
|
|
45
|
+
"contents": [
|
|
46
|
+
{ "value": "```tsx\nconst AlertDialogTrigger: React.ForwardRefExoticComponent<AlertDialogTriggerProps>\n```\nThe button that opens the AlertDialog. Use `asChild` to merge onto a custom trigger element." }
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
"AlertDialogContent": {
|
|
50
|
+
"contents": [
|
|
51
|
+
{ "value": "```tsx\nconst AlertDialogContent: React.ForwardRefExoticComponent<AlertDialogContentProps>\n```\nThe content container for the AlertDialog overlay." }
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"AlertDialogAction": {
|
|
55
|
+
"contents": [
|
|
56
|
+
{ "value": "```tsx\nconst AlertDialogAction: React.ForwardRefExoticComponent<AlertDialogActionProps>\n```\nThe confirm action button that closes the AlertDialog." }
|
|
57
|
+
]
|
|
58
|
+
},
|
|
59
|
+
"AlertDialogCancel": {
|
|
60
|
+
"contents": [
|
|
61
|
+
{ "value": "```tsx\nconst AlertDialogCancel: React.ForwardRefExoticComponent<AlertDialogCancelProps>\n```\nThe cancel button that closes the AlertDialog without action." }
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
"AspectRatio": {
|
|
65
|
+
"contents": [
|
|
66
|
+
{ "value": "```tsx\nconst AspectRatio: React.ForwardRefExoticComponent<AspectRatioProps>\n```\nDisplays content within a desired aspect ratio. Built on Radix UI AspectRatio.\n\n```tsx\n<AspectRatio ratio={16 / 9}>\n <img src=\"...\" alt=\"...\" className=\"object-cover\" />\n</AspectRatio>\n```" }
|
|
67
|
+
]
|
|
68
|
+
},
|
|
69
|
+
"Avatar": {
|
|
70
|
+
"contents": [
|
|
71
|
+
{ "value": "```tsx\nconst Avatar: React.ForwardRefExoticComponent<AvatarProps>\n```\nAn image element with a fallback for representing the user. Built on Radix UI Avatar.\n\n```tsx\n<Avatar>\n <AvatarImage src=\"url\" />\n <AvatarFallback>CN</AvatarFallback>\n</Avatar>\n```" }
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
"AvatarImage": {
|
|
75
|
+
"contents": [
|
|
76
|
+
{ "value": "```tsx\nconst AvatarImage: React.ForwardRefExoticComponent<AvatarImageProps>\n```\nThe image to render inside an Avatar. Falls back to AvatarFallback on load error." }
|
|
77
|
+
]
|
|
78
|
+
},
|
|
79
|
+
"AvatarFallback": {
|
|
80
|
+
"contents": [
|
|
81
|
+
{ "value": "```tsx\nconst AvatarFallback: React.ForwardRefExoticComponent<AvatarFallbackProps>\n```\nFallback element rendered when AvatarImage fails to load. Typically shows initials." }
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
"Badge": {
|
|
85
|
+
"contents": [
|
|
86
|
+
{ "value": "```tsx\nconst Badge: React.FC<BadgeProps & VariantProps<typeof badgeVariants>>\n```\nDisplays a badge or label. Variants: `default`, `secondary`, `outline`, `destructive`.\n\n```tsx\n<Badge variant=\"secondary\">New</Badge>\n```" }
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
"Button": {
|
|
90
|
+
"contents": [
|
|
91
|
+
{ "value": "```tsx\nconst Button: React.ForwardRefExoticComponent<ButtonProps & VariantProps<typeof buttonVariants>>\n```\nA button component with multiple variants and sizes.\n\nVariants: `default`, `destructive`, `outline`, `secondary`, `ghost`, `link`\nSizes: `default`, `sm`, `lg`, `icon`\n\n```tsx\n<Button variant=\"outline\" size=\"sm\">Click me</Button>\n```" }
|
|
92
|
+
]
|
|
93
|
+
},
|
|
94
|
+
"Calendar": {
|
|
95
|
+
"contents": [
|
|
96
|
+
{ "value": "```tsx\nconst Calendar: React.FC<CalendarProps>\n```\nA date picker calendar built on react-day-picker. Supports `single`, `multiple`, and `range` selection modes.\n\n```tsx\n<Calendar mode=\"single\" selected={date} onSelect={setDate} />\n```" }
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
"Card": {
|
|
100
|
+
"contents": [
|
|
101
|
+
{ "value": "```tsx\nconst Card: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement>>\n```\nA container with header, content, and footer sections.\n\n```tsx\n<Card>\n <CardHeader><CardTitle>Title</CardTitle></CardHeader>\n <CardContent>Content</CardContent>\n</Card>\n```" }
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
"CardHeader": {
|
|
105
|
+
"contents": [
|
|
106
|
+
{ "value": "```tsx\nconst CardHeader: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement>>\n```\nThe header section of a Card. Contains CardTitle and CardDescription." }
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
"CardTitle": {
|
|
110
|
+
"contents": [
|
|
111
|
+
{ "value": "```tsx\nconst CardTitle: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLHeadingElement>>\n```\nThe title element within a CardHeader." }
|
|
112
|
+
]
|
|
113
|
+
},
|
|
114
|
+
"CardDescription": {
|
|
115
|
+
"contents": [
|
|
116
|
+
{ "value": "```tsx\nconst CardDescription: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLParagraphElement>>\n```\nThe description element within a CardHeader." }
|
|
117
|
+
]
|
|
118
|
+
},
|
|
119
|
+
"CardContent": {
|
|
120
|
+
"contents": [
|
|
121
|
+
{ "value": "```tsx\nconst CardContent: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement>>\n```\nThe main content area of a Card." }
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
"CardFooter": {
|
|
125
|
+
"contents": [
|
|
126
|
+
{ "value": "```tsx\nconst CardFooter: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement>>\n```\nThe footer section of a Card." }
|
|
127
|
+
]
|
|
128
|
+
},
|
|
129
|
+
"Checkbox": {
|
|
130
|
+
"contents": [
|
|
131
|
+
{ "value": "```tsx\nconst Checkbox: React.ForwardRefExoticComponent<CheckboxProps>\n```\nA control that allows toggling between checked and not checked. Built on Radix UI Checkbox.\n\n```tsx\n<Checkbox checked={checked} onCheckedChange={setChecked} />\n```" }
|
|
132
|
+
]
|
|
133
|
+
},
|
|
134
|
+
"Collapsible": {
|
|
135
|
+
"contents": [
|
|
136
|
+
{ "value": "```tsx\nconst Collapsible: React.ForwardRefExoticComponent<CollapsibleProps>\n```\nAn interactive component which expands/collapses content. Built on Radix UI Collapsible." }
|
|
137
|
+
]
|
|
138
|
+
},
|
|
139
|
+
"Command": {
|
|
140
|
+
"contents": [
|
|
141
|
+
{ "value": "```tsx\nconst Command: React.ForwardRefExoticComponent<CommandProps>\n```\nFast, composable command menu. Built on cmdk.\n\n```tsx\n<Command>\n <CommandInput placeholder=\"Search...\" />\n <CommandList>\n <CommandGroup heading=\"Suggestions\">\n <CommandItem>Item</CommandItem>\n </CommandGroup>\n </CommandList>\n</Command>\n```" }
|
|
142
|
+
]
|
|
143
|
+
},
|
|
144
|
+
"CommandDialog": {
|
|
145
|
+
"contents": [
|
|
146
|
+
{ "value": "```tsx\nconst CommandDialog: React.FC<CommandDialogProps>\n```\nA dialog wrapper for the Command component for modal command palette usage." }
|
|
147
|
+
]
|
|
148
|
+
},
|
|
149
|
+
"ContextMenu": {
|
|
150
|
+
"contents": [
|
|
151
|
+
{ "value": "```tsx\nconst ContextMenu: React.FC<ContextMenuProps>\n```\nDisplays a menu at the pointer's position on right-click. Built on Radix UI ContextMenu." }
|
|
152
|
+
]
|
|
153
|
+
},
|
|
154
|
+
"Dialog": {
|
|
155
|
+
"contents": [
|
|
156
|
+
{ "value": "```tsx\nconst Dialog: React.FC<DialogProps>\n```\nA window overlaid on the primary content. Built on Radix UI Dialog.\n\n```tsx\n<Dialog>\n <DialogTrigger>Open</DialogTrigger>\n <DialogContent>\n <DialogHeader><DialogTitle>Title</DialogTitle></DialogHeader>\n </DialogContent>\n</Dialog>\n```" }
|
|
157
|
+
]
|
|
158
|
+
},
|
|
159
|
+
"DialogContent": {
|
|
160
|
+
"contents": [
|
|
161
|
+
{ "value": "```tsx\nconst DialogContent: React.ForwardRefExoticComponent<DialogContentProps>\n```\nThe content container for Dialog with overlay backdrop and close button." }
|
|
162
|
+
]
|
|
163
|
+
},
|
|
164
|
+
"DialogTrigger": {
|
|
165
|
+
"contents": [
|
|
166
|
+
{ "value": "```tsx\nconst DialogTrigger: React.ForwardRefExoticComponent<DialogTriggerProps>\n```\nThe element that triggers opening the Dialog. Use `asChild` to compose with custom elements." }
|
|
167
|
+
]
|
|
168
|
+
},
|
|
169
|
+
"DialogTitle": {
|
|
170
|
+
"contents": [
|
|
171
|
+
{ "value": "```tsx\nconst DialogTitle: React.ForwardRefExoticComponent<DialogTitleProps>\n```\nAccessible title for the Dialog. Required for screen reader support." }
|
|
172
|
+
]
|
|
173
|
+
},
|
|
174
|
+
"DialogDescription": {
|
|
175
|
+
"contents": [
|
|
176
|
+
{ "value": "```tsx\nconst DialogDescription: React.ForwardRefExoticComponent<DialogDescriptionProps>\n```\nAccessible description for the Dialog." }
|
|
177
|
+
]
|
|
178
|
+
},
|
|
179
|
+
"Drawer": {
|
|
180
|
+
"contents": [
|
|
181
|
+
{ "value": "```tsx\nconst Drawer: React.FC<DrawerProps>\n```\nA drawer component for mobile-friendly panels that slides in from the screen edge. Built on vaul." }
|
|
182
|
+
]
|
|
183
|
+
},
|
|
184
|
+
"DropdownMenu": {
|
|
185
|
+
"contents": [
|
|
186
|
+
{ "value": "```tsx\nconst DropdownMenu: React.FC<DropdownMenuProps>\n```\nDisplays a menu triggered by a button. Built on Radix UI DropdownMenu.\n\n```tsx\n<DropdownMenu>\n <DropdownMenuTrigger>Open</DropdownMenuTrigger>\n <DropdownMenuContent>\n <DropdownMenuItem>Item</DropdownMenuItem>\n </DropdownMenuContent>\n</DropdownMenu>\n```" }
|
|
187
|
+
]
|
|
188
|
+
},
|
|
189
|
+
"Form": {
|
|
190
|
+
"contents": [
|
|
191
|
+
{ "value": "```tsx\nconst Form: React.FC<FormProviderProps>\n```\nForm component wrapping react-hook-form's FormProvider. Provides form context to FormField children.\n\n```tsx\nconst form = useForm();\n<Form {...form}>\n <form onSubmit={form.handleSubmit(onSubmit)}>\n <FormField ... />\n </form>\n</Form>\n```" }
|
|
192
|
+
]
|
|
193
|
+
},
|
|
194
|
+
"FormField": {
|
|
195
|
+
"contents": [
|
|
196
|
+
{ "value": "```tsx\nconst FormField: <TFieldValues, TName>({ control, name, render }) => ReactElement\n```\nConnects a form control to react-hook-form with automatic error handling. Uses render prop pattern.\n\n```tsx\n<FormField control={form.control} name=\"email\" render={({ field }) => (\n <FormItem>\n <FormLabel>Email</FormLabel>\n <FormControl><Input {...field} /></FormControl>\n <FormMessage />\n </FormItem>\n)} />\n```" }
|
|
197
|
+
]
|
|
198
|
+
},
|
|
199
|
+
"FormItem": {
|
|
200
|
+
"contents": [
|
|
201
|
+
{ "value": "```tsx\nconst FormItem: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement>>\n```\nContainer for a single form field including label, control, description, and message." }
|
|
202
|
+
]
|
|
203
|
+
},
|
|
204
|
+
"FormLabel": {
|
|
205
|
+
"contents": [
|
|
206
|
+
{ "value": "```tsx\nconst FormLabel: React.ForwardRefExoticComponent<LabelProps>\n```\nAccessible label for a form field. Automatically associated with the FormControl." }
|
|
207
|
+
]
|
|
208
|
+
},
|
|
209
|
+
"FormControl": {
|
|
210
|
+
"contents": [
|
|
211
|
+
{ "value": "```tsx\nconst FormControl: React.ForwardRefExoticComponent<SlotProps>\n```\nWraps the form input element with proper aria attributes (aria-describedby, aria-invalid)." }
|
|
212
|
+
]
|
|
213
|
+
},
|
|
214
|
+
"FormDescription": {
|
|
215
|
+
"contents": [
|
|
216
|
+
{ "value": "```tsx\nconst FormDescription: React.ForwardRefExoticComponent<HTMLParagraphElement>\n```\nDescriptive help text displayed below a form control." }
|
|
217
|
+
]
|
|
218
|
+
},
|
|
219
|
+
"FormMessage": {
|
|
220
|
+
"contents": [
|
|
221
|
+
{ "value": "```tsx\nconst FormMessage: React.ForwardRefExoticComponent<HTMLParagraphElement>\n```\nDisplays the validation error message for a form field. Automatically reads from react-hook-form error state." }
|
|
222
|
+
]
|
|
223
|
+
},
|
|
224
|
+
"HoverCard": {
|
|
225
|
+
"contents": [
|
|
226
|
+
{ "value": "```tsx\nconst HoverCard: React.FC<HoverCardProps>\n```\nFor sighted users to preview content available behind a link. Built on Radix UI HoverCard." }
|
|
227
|
+
]
|
|
228
|
+
},
|
|
229
|
+
"Input": {
|
|
230
|
+
"contents": [
|
|
231
|
+
{ "value": "```tsx\nconst Input: React.ForwardRefExoticComponent<InputProps>\n```\nA styled HTML input element that extends native input attributes.\n\n```tsx\n<Input type=\"email\" placeholder=\"Enter email\" />\n```" }
|
|
232
|
+
]
|
|
233
|
+
},
|
|
234
|
+
"Label": {
|
|
235
|
+
"contents": [
|
|
236
|
+
{ "value": "```tsx\nconst Label: React.ForwardRefExoticComponent<LabelProps>\n```\nRenders an accessible label associated with controls. Built on Radix UI Label.\n\n```tsx\n<Label htmlFor=\"email\">Email</Label>\n```" }
|
|
237
|
+
]
|
|
238
|
+
},
|
|
239
|
+
"Popover": {
|
|
240
|
+
"contents": [
|
|
241
|
+
{ "value": "```tsx\nconst Popover: React.FC<PopoverProps>\n```\nDisplays rich content in a portal, triggered by a button. Built on Radix UI Popover." }
|
|
242
|
+
]
|
|
243
|
+
},
|
|
244
|
+
"Progress": {
|
|
245
|
+
"contents": [
|
|
246
|
+
{ "value": "```tsx\nconst Progress: React.ForwardRefExoticComponent<ProgressProps>\n```\nDisplays a progress indicator. Built on Radix UI Progress.\n\n```tsx\n<Progress value={60} />\n```" }
|
|
247
|
+
]
|
|
248
|
+
},
|
|
249
|
+
"RadioGroup": {
|
|
250
|
+
"contents": [
|
|
251
|
+
{ "value": "```tsx\nconst RadioGroup: React.ForwardRefExoticComponent<RadioGroupProps>\n```\nA set of checkable buttons where only one can be checked at a time. Built on Radix UI RadioGroup." }
|
|
252
|
+
]
|
|
253
|
+
},
|
|
254
|
+
"ScrollArea": {
|
|
255
|
+
"contents": [
|
|
256
|
+
{ "value": "```tsx\nconst ScrollArea: React.ForwardRefExoticComponent<ScrollAreaProps>\n```\nAugments native scroll with custom cross-browser styling. Built on Radix UI ScrollArea." }
|
|
257
|
+
]
|
|
258
|
+
},
|
|
259
|
+
"Select": {
|
|
260
|
+
"contents": [
|
|
261
|
+
{ "value": "```tsx\nconst Select: React.FC<SelectProps>\n```\nDisplays a list of options for the user to pick from. Built on Radix UI Select.\n\n```tsx\n<Select>\n <SelectTrigger><SelectValue placeholder=\"Pick\" /></SelectTrigger>\n <SelectContent>\n <SelectItem value=\"a\">A</SelectItem>\n </SelectContent>\n</Select>\n```" }
|
|
262
|
+
]
|
|
263
|
+
},
|
|
264
|
+
"Separator": {
|
|
265
|
+
"contents": [
|
|
266
|
+
{ "value": "```tsx\nconst Separator: React.ForwardRefExoticComponent<SeparatorProps>\n```\nVisually or semantically separates content. Supports horizontal and vertical orientation." }
|
|
267
|
+
]
|
|
268
|
+
},
|
|
269
|
+
"Sheet": {
|
|
270
|
+
"contents": [
|
|
271
|
+
{ "value": "```tsx\nconst Sheet: React.FC<SheetProps>\n```\nA panel that slides in from the edge of the screen. Sides: `right`, `left`, `top`, `bottom`." }
|
|
272
|
+
]
|
|
273
|
+
},
|
|
274
|
+
"Skeleton": {
|
|
275
|
+
"contents": [
|
|
276
|
+
{ "value": "```tsx\nconst Skeleton: React.FC<React.HTMLAttributes<HTMLDivElement>>\n```\nUsed to show a placeholder while content is loading.\n\n```tsx\n<Skeleton className=\"h-4 w-[250px]\" />\n```" }
|
|
277
|
+
]
|
|
278
|
+
},
|
|
279
|
+
"Slider": {
|
|
280
|
+
"contents": [
|
|
281
|
+
{ "value": "```tsx\nconst Slider: React.ForwardRefExoticComponent<SliderProps>\n```\nAn input for selecting a value from a range. Built on Radix UI Slider.\n\n```tsx\n<Slider defaultValue={[50]} max={100} step={1} />\n```" }
|
|
282
|
+
]
|
|
283
|
+
},
|
|
284
|
+
"Switch": {
|
|
285
|
+
"contents": [
|
|
286
|
+
{ "value": "```tsx\nconst Switch: React.ForwardRefExoticComponent<SwitchProps>\n```\nA toggle control that switches between on and off states. Built on Radix UI Switch." }
|
|
287
|
+
]
|
|
288
|
+
},
|
|
289
|
+
"Table": {
|
|
290
|
+
"contents": [
|
|
291
|
+
{ "value": "```tsx\nconst Table: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableElement>>\n```\nA responsive table with TableHeader, TableBody, TableRow, TableHead, TableCell, TableCaption subcomponents." }
|
|
292
|
+
]
|
|
293
|
+
},
|
|
294
|
+
"Tabs": {
|
|
295
|
+
"contents": [
|
|
296
|
+
{ "value": "```tsx\nconst Tabs: React.ForwardRefExoticComponent<TabsProps>\n```\nA set of layered sections of content displayed one at a time. Built on Radix UI Tabs.\n\n```tsx\n<Tabs defaultValue=\"tab1\">\n <TabsList><TabsTrigger value=\"tab1\">Tab 1</TabsTrigger></TabsList>\n <TabsContent value=\"tab1\">Content</TabsContent>\n</Tabs>\n```" }
|
|
297
|
+
]
|
|
298
|
+
},
|
|
299
|
+
"Textarea": {
|
|
300
|
+
"contents": [
|
|
301
|
+
{ "value": "```tsx\nconst Textarea: React.ForwardRefExoticComponent<TextareaProps>\n```\nA styled textarea element for multi-line text input.\n\n```tsx\n<Textarea placeholder=\"Type here...\" />\n```" }
|
|
302
|
+
]
|
|
303
|
+
},
|
|
304
|
+
"Toast": {
|
|
305
|
+
"contents": [
|
|
306
|
+
{ "value": "```tsx\nconst Toast: React.ForwardRefExoticComponent<ToastProps>\n```\nA succinct message displayed temporarily. Variants: `default`, `destructive`." }
|
|
307
|
+
]
|
|
308
|
+
},
|
|
309
|
+
"Toaster": {
|
|
310
|
+
"contents": [
|
|
311
|
+
{ "value": "```tsx\nconst Toaster: React.FC<{}>\n```\nRenders toast notifications. Place once in your root layout.\n\n```tsx\n// app/layout.tsx\n<Toaster />\n```" }
|
|
312
|
+
]
|
|
313
|
+
},
|
|
314
|
+
"Toggle": {
|
|
315
|
+
"contents": [
|
|
316
|
+
{ "value": "```tsx\nconst Toggle: React.ForwardRefExoticComponent<ToggleProps>\n```\nA two-state button that can be on or off. Built on Radix UI Toggle." }
|
|
317
|
+
]
|
|
318
|
+
},
|
|
319
|
+
"ToggleGroup": {
|
|
320
|
+
"contents": [
|
|
321
|
+
{ "value": "```tsx\nconst ToggleGroup: React.ForwardRefExoticComponent<ToggleGroupProps>\n```\nA group of toggle buttons. Supports `single` and `multiple` selection types." }
|
|
322
|
+
]
|
|
323
|
+
},
|
|
324
|
+
"Tooltip": {
|
|
325
|
+
"contents": [
|
|
326
|
+
{ "value": "```tsx\nconst Tooltip: React.FC<TooltipProps>\n```\nA popup that displays information on hover/focus. Must be wrapped in TooltipProvider.\n\n```tsx\n<TooltipProvider>\n <Tooltip>\n <TooltipTrigger>Hover</TooltipTrigger>\n <TooltipContent>Info</TooltipContent>\n </Tooltip>\n</TooltipProvider>\n```" }
|
|
327
|
+
]
|
|
328
|
+
},
|
|
329
|
+
"TooltipProvider": {
|
|
330
|
+
"contents": [
|
|
331
|
+
{ "value": "```tsx\nconst TooltipProvider: React.FC<TooltipProviderProps>\n```\nRequired ancestor for Tooltip components. Typically wraps your entire app or a section of it." }
|
|
332
|
+
]
|
|
333
|
+
},
|
|
334
|
+
"TooltipTrigger": {
|
|
335
|
+
"contents": [
|
|
336
|
+
{ "value": "```tsx\nconst TooltipTrigger: React.ForwardRefExoticComponent<TooltipTriggerProps>\n```\nThe element that triggers the Tooltip on hover or focus." }
|
|
337
|
+
]
|
|
338
|
+
},
|
|
339
|
+
"TooltipContent": {
|
|
340
|
+
"contents": [
|
|
341
|
+
{ "value": "```tsx\nconst TooltipContent: React.ForwardRefExoticComponent<TooltipContentProps>\n```\nThe content displayed inside the Tooltip popup." }
|
|
342
|
+
]
|
|
343
|
+
},
|
|
344
|
+
"cn": {
|
|
345
|
+
"contents": [
|
|
346
|
+
{ "value": "```tsx\nfunction cn(...inputs: ClassValue[]): string\n```\nMerges Tailwind CSS class names using `clsx` and `tailwind-merge`. Handles conditional classes, deduplication, and conflict resolution.\n\n```tsx\nimport { cn } from \"@/lib/utils\";\ncn(\"px-2 py-1\", isActive && \"bg-primary text-white\");\n```" }
|
|
347
|
+
]
|
|
348
|
+
},
|
|
349
|
+
"cva": {
|
|
350
|
+
"contents": [
|
|
351
|
+
{ "value": "```tsx\nfunction cva(base?: ClassValue, config?: Config): (props?) => string\n```\nCreates variant-based className functions from `class-variance-authority`. Used to define reusable component variants.\n\n```tsx\nconst buttonVariants = cva(\"inline-flex items-center\", {\n variants: {\n variant: { default: \"bg-primary\", outline: \"border\" },\n size: { default: \"h-10 px-4\", sm: \"h-9 px-3\" },\n },\n defaultVariants: { variant: \"default\", size: \"default\" },\n});\n```" }
|
|
352
|
+
]
|
|
353
|
+
},
|
|
354
|
+
"buttonVariants": {
|
|
355
|
+
"contents": [
|
|
356
|
+
{ "value": "```tsx\nconst buttonVariants: (props?: { variant?, size? } & ClassProp) => string\n```\nPre-defined CVA variant function for Button. Apply button styles to non-button elements.\n\n```tsx\n<Link className={buttonVariants({ variant: \"outline\" })}>Link</Link>\n```" }
|
|
357
|
+
]
|
|
358
|
+
},
|
|
359
|
+
"badgeVariants": {
|
|
360
|
+
"contents": [
|
|
361
|
+
{ "value": "```tsx\nconst badgeVariants: (props?: { variant? } & ClassProp) => string\n```\nPre-defined CVA variant function for Badge. Apply badge styles to any element.\n\n```tsx\n<span className={badgeVariants({ variant: \"secondary\" })}>Tag</span>\n```" }
|
|
362
|
+
]
|
|
363
|
+
},
|
|
364
|
+
"useToast": {
|
|
365
|
+
"contents": [
|
|
366
|
+
{ "value": "```tsx\nfunction useToast(): { toast, toasts, dismiss }\n```\nHook that returns the toast function and state for managing toast notifications.\n\n```tsx\nconst { toast } = useToast();\ntoast({ title: \"Success\", description: \"Saved.\" });\n```" }
|
|
367
|
+
]
|
|
368
|
+
},
|
|
369
|
+
"toast": {
|
|
370
|
+
"contents": [
|
|
371
|
+
{ "value": "```tsx\nfunction toast(props: ToastProps): { id, dismiss, update }\n```\nImperatively show a toast notification.\n\n```tsx\ntoast({ title: \"Done\", description: \"Task completed.\", variant: \"default\" });\n```" }
|
|
372
|
+
]
|
|
373
|
+
},
|
|
374
|
+
"useFormField": {
|
|
375
|
+
"contents": [
|
|
376
|
+
{ "value": "```tsx\nfunction useFormField(): { invalid, isDirty, isTouched, error?, id, name, formItemId, formDescriptionId, formMessageId }\n```\nReturns the current form field context. Used internally by Form subcomponents." }
|
|
377
|
+
]
|
|
378
|
+
},
|
|
379
|
+
"asChild": {
|
|
380
|
+
"contents": [
|
|
381
|
+
{ "value": "```tsx\nasChild?: boolean\n```\nRadix UI prop that merges the component's props onto its child element instead of rendering a default wrapper element.\n\n```tsx\n<DialogTrigger asChild>\n <Button>Open Dialog</Button>\n</DialogTrigger>\n```" }
|
|
382
|
+
]
|
|
383
|
+
},
|
|
384
|
+
"--background": {
|
|
385
|
+
"contents": [
|
|
386
|
+
{ "value": "```css\n--background: <hsl-value>\n```\nshadcn/ui CSS variable for the default page background color. Set in `:root` and `.dark` selectors in globals.css." }
|
|
387
|
+
]
|
|
388
|
+
},
|
|
389
|
+
"--foreground": {
|
|
390
|
+
"contents": [
|
|
391
|
+
{ "value": "```css\n--foreground: <hsl-value>\n```\nshadcn/ui CSS variable for the default text/foreground color." }
|
|
392
|
+
]
|
|
393
|
+
},
|
|
394
|
+
"--primary": {
|
|
395
|
+
"contents": [
|
|
396
|
+
{ "value": "```css\n--primary: <hsl-value>\n```\nshadcn/ui CSS variable for the primary brand color. Used by Button default variant and other primary elements." }
|
|
397
|
+
]
|
|
398
|
+
},
|
|
399
|
+
"--secondary": {
|
|
400
|
+
"contents": [
|
|
401
|
+
{ "value": "```css\n--secondary: <hsl-value>\n```\nshadcn/ui CSS variable for the secondary color. Used by Button secondary variant." }
|
|
402
|
+
]
|
|
403
|
+
},
|
|
404
|
+
"--muted": {
|
|
405
|
+
"contents": [
|
|
406
|
+
{ "value": "```css\n--muted: <hsl-value>\n```\nshadcn/ui CSS variable for muted backgrounds and text." }
|
|
407
|
+
]
|
|
408
|
+
},
|
|
409
|
+
"--accent": {
|
|
410
|
+
"contents": [
|
|
411
|
+
{ "value": "```css\n--accent: <hsl-value>\n```\nshadcn/ui CSS variable for accent highlights like hover states." }
|
|
412
|
+
]
|
|
413
|
+
},
|
|
414
|
+
"--destructive": {
|
|
415
|
+
"contents": [
|
|
416
|
+
{ "value": "```css\n--destructive: <hsl-value>\n```\nshadcn/ui CSS variable for destructive action colors." }
|
|
417
|
+
]
|
|
418
|
+
},
|
|
419
|
+
"--border": {
|
|
420
|
+
"contents": [
|
|
421
|
+
{ "value": "```css\n--border: <hsl-value>\n```\nshadcn/ui CSS variable for default border colors." }
|
|
422
|
+
]
|
|
423
|
+
},
|
|
424
|
+
"--input": {
|
|
425
|
+
"contents": [
|
|
426
|
+
{ "value": "```css\n--input: <hsl-value>\n```\nshadcn/ui CSS variable for input element border colors." }
|
|
427
|
+
]
|
|
428
|
+
},
|
|
429
|
+
"--ring": {
|
|
430
|
+
"contents": [
|
|
431
|
+
{ "value": "```css\n--ring: <hsl-value>\n```\nshadcn/ui CSS variable for focus ring outline colors." }
|
|
432
|
+
]
|
|
433
|
+
},
|
|
434
|
+
"--radius": {
|
|
435
|
+
"contents": [
|
|
436
|
+
{ "value": "```css\n--radius: <rem-value>\n```\nshadcn/ui CSS variable for the global border radius." }
|
|
437
|
+
]
|
|
438
|
+
},
|
|
439
|
+
"--card": {
|
|
440
|
+
"contents": [
|
|
441
|
+
{ "value": "```css\n--card: <hsl-value>\n```\nshadcn/ui CSS variable for card background color." }
|
|
442
|
+
]
|
|
443
|
+
},
|
|
444
|
+
"--popover": {
|
|
445
|
+
"contents": [
|
|
446
|
+
{ "value": "```css\n--popover: <hsl-value>\n```\nshadcn/ui CSS variable for popover background color." }
|
|
447
|
+
]
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
}
|