{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "table", "title": "Table", "description": "ContentGrid copy of the shadcn/ui Table primitive.", "files": [ { "path": "src/primitives/table.tsx", "content": "import * as React from \"react\";\nimport { cn } from \"../lib/utils\";\n\nfunction Table({ className, ...props }: React.ComponentProps<\"table\">) {\n return (\n