Home / File/ skeleton.json — ui Source File

skeleton.json — ui Source File

Architecture documentation for skeleton.json, a json file in the ui codebase.

Entity Profile

Source Code

{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "skeleton",
  "files": [
    {
      "path": "registry/radix-vega/ui/skeleton.tsx",
      "content": "import { cn } from \"@/registry/radix-vega/lib/utils\"\n\nfunction Skeleton({ className, ...props }: React.ComponentProps<\"div\">) {\n  return (\n    <div\n      data-slot=\"skeleton\"\n      className={cn(\"bg-muted rounded-md animate-pulse\", className)}\n      {...props}\n    />\n  )\n}\n\nexport { Skeleton }\n",
      "type": "registry:ui"
    }
  ],
  "type": "registry:ui"
}

Frequently Asked Questions

What does skeleton.json do?
skeleton.json is a source file in the ui codebase, written in json.
Where is skeleton.json in the architecture?
skeleton.json is located at apps/v4/public/r/styles/radix-vega/skeleton.json (directory: apps/v4/public/r/styles/radix-vega).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free