SkeletonAvatar() — ui Function Reference
Architecture documentation for the SkeletonAvatar() function in skeleton-avatar.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 52512a03_4c8e_af5b_4576_6d5a000d8ce7["SkeletonAvatar()"] a9759207_3a17_5fb5_73b6_c0acfd78d31e["skeleton-avatar.tsx"] 52512a03_4c8e_af5b_4576_6d5a000d8ce7 -->|defined in| a9759207_3a17_5fb5_73b6_c0acfd78d31e style 52512a03_4c8e_af5b_4576_6d5a000d8ce7 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/examples/base/skeleton-avatar.tsx lines 3–13
export function SkeletonAvatar() {
return (
<div className="flex w-fit items-center gap-4">
<Skeleton className="size-10 shrink-0 rounded-full" />
<div className="grid gap-2">
<Skeleton className="h-4 w-[150px]" />
<Skeleton className="h-4 w-[100px]" />
</div>
</div>
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does SkeletonAvatar() do?
SkeletonAvatar() is a function in the ui codebase, defined in apps/v4/examples/base/skeleton-avatar.tsx.
Where is SkeletonAvatar() defined?
SkeletonAvatar() is defined in apps/v4/examples/base/skeleton-avatar.tsx at line 3.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free