{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "label", "title": "Label", "description": "Polaris-styled Label component.", "dependencies": [], "devDependencies": [ "@shopify/polaris-types" ], "registryDependencies": [ "@polaris-shadcn/theme", "@polaris-shadcn/utils" ], "files": [ { "path": "registry/templates/components/ui/label.tsx", "content": "import * as React from \"react\";\nimport { cn } from \"../../lib/utils\";\n\nexport type LabelProps = React.ComponentPropsWithoutRef<\"label\">;\n\nconst Label = React.forwardRef(\n ({ className, ...props }, ref) => (\n \n ),\n);\nLabel.displayName = \"Label\";\n\nexport { Label };\n", "type": "registry:ui" } ], "type": "registry:ui" }