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