{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "item", "type": "registry:ui", "dependencies": [ "@radix-ui/react-slot" ], "files": [ { "path": "components/ui/item.tsx", "content": "import * as React from \"react\"\r\nimport { Slot } from \"@radix-ui/react-slot\"\r\nimport { cva, type VariantProps } from \"class-variance-authority\"\r\n\r\nimport { cn } from \"@/lib/utils\"\r\nimport { Separator } from \"@/components/ui/separator\"\r\n\r\nfunction ItemGroup({ className, ...props }: React.ComponentProps<\"div\">) {\r\n return (\r\n
\r\n )\r\n}\r\n\r\nfunction ItemSeparator({\r\n className,\r\n ...props\r\n}: React.ComponentPropsa:hover]:text-primary [&>a]:underline [&>a]:underline-offset-4\",\r\n className\r\n )}\r\n {...props}\r\n />\r\n )\r\n}\r\n\r\nfunction ItemActions({ className, ...props }: React.ComponentProps<\"div\">) {\r\n return (\r\n
\r\n )\r\n}\r\n\r\nfunction ItemHeader({ className, ...props }: React.ComponentProps<\"div\">) {\r\n return (\r\n \r\n )\r\n}\r\n\r\nfunction ItemFooter({ className, ...props }: React.ComponentProps<\"div\">) {\r\n return (\r\n \r\n )\r\n}\r\n\r\nexport {\r\n Item,\r\n ItemMedia,\r\n ItemContent,\r\n ItemActions,\r\n ItemGroup,\r\n ItemSeparator,\r\n ItemTitle,\r\n ItemDescription,\r\n ItemHeader,\r\n ItemFooter,\r\n}\r\n", "type": "registry:ui", "target": "components/ui/item.tsx" } ] }