SkeletonAvatar() — ui Function Reference
Architecture documentation for the SkeletonAvatar() function in skeleton-avatar.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD dcc959c6_1aa1_f916_c81e_77e179c7790e["SkeletonAvatar()"] 73ee5546_93d5_0e55_0508_1170ca8ecb39["skeleton-avatar.tsx"] dcc959c6_1aa1_f916_c81e_77e179c7790e -->|defined in| 73ee5546_93d5_0e55_0508_1170ca8ecb39 style dcc959c6_1aa1_f916_c81e_77e179c7790e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/examples/radix/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/radix/skeleton-avatar.tsx.
Where is SkeletonAvatar() defined?
SkeletonAvatar() is defined in apps/v4/examples/radix/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