Home / File/ skeleton-card.tsx — ui Source File

skeleton-card.tsx — ui Source File

Architecture documentation for skeleton-card.tsx, a tsx file in the ui codebase. 2 imports, 0 dependents.

File tsx DocumentationAtlas Changelog 2 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  c0539a83_104f_63bb_10e6_8cb2d4845693["skeleton-card.tsx"]
  a3f5dc6c_2f22_a06c_c4d4_d84a4ed2818e["card"]
  c0539a83_104f_63bb_10e6_8cb2d4845693 --> a3f5dc6c_2f22_a06c_c4d4_d84a4ed2818e
  7ac49d97_b5c4_1dd6_0a10_1d4895a02c4c["skeleton"]
  c0539a83_104f_63bb_10e6_8cb2d4845693 --> 7ac49d97_b5c4_1dd6_0a10_1d4895a02c4c
  style c0539a83_104f_63bb_10e6_8cb2d4845693 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Card, CardContent, CardHeader } from "@/examples/radix/ui/card"
import { Skeleton } from "@/examples/radix/ui/skeleton"

export function SkeletonCard() {
  return (
    <Card className="w-full max-w-xs">
      <CardHeader>
        <Skeleton className="h-4 w-2/3" />
        <Skeleton className="h-4 w-1/2" />
      </CardHeader>
      <CardContent>
        <Skeleton className="aspect-video w-full" />
      </CardContent>
    </Card>
  )
}

Subdomains

Functions

Dependencies

  • card
  • skeleton

Frequently Asked Questions

What does skeleton-card.tsx do?
skeleton-card.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, Changelog subdomain.
What functions are defined in skeleton-card.tsx?
skeleton-card.tsx defines 1 function(s): SkeletonCard.
What does skeleton-card.tsx depend on?
skeleton-card.tsx imports 2 module(s): card, skeleton.
Where is skeleton-card.tsx in the architecture?
skeleton-card.tsx is located at apps/v4/examples/radix/skeleton-card.tsx (domain: DocumentationAtlas, subdomain: Changelog, directory: apps/v4/examples/radix).

Analyze Your Own Codebase

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

Try Supermodel Free