{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "field", "title": "Field", "description": "Label, description, and error primitives for form relationships.", "registryDependencies": [ "@manner/utils", "@manner/manner-theme" ], "files": [ { "path": "registry/manner/ui/field.tsx", "content": "import * as React from \"react\"\n\nimport { cn } from \"@/lib/cn\"\n\nfunction Field({ className, ...props }: React.ComponentProps<\"div\">) {\n return
\n}\n\nfunction FieldLabel({ className, ...props }: React.ComponentProps<\"label\">) {\n return \n}\n\nfunction FieldDescription({ className, ...props }: React.ComponentProps<\"p\">) {\n return \n}\n\nfunction FieldError({ className, ...props }: React.ComponentProps<\"p\">) {\n return \n}\n\nexport { Field, FieldDescription, FieldError, FieldLabel }\n", "type": "registry:ui" } ], "type": "registry:ui" }