{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "form", "title": "Form", "description": "A form wrapper component that provides consistent layout and validation support.", "registryDependencies": [ "label" ], "files": [ { "path": "packages/ui/src/form.tsx", "content": "export type {\n DescriptionProps,\n ErrorMessageProps,\n FieldGroupProps,\n FormProps,\n LabelProps,\n} from \"./label\";\nexport {\n Description,\n ErrorMessage,\n FieldGroup,\n Form,\n Label,\n} from \"./label\";\n", "type": "registry:ui" } ], "type": "registry:ui" }