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
  d2392206_0af0_6302_761b_663834be448f["skeleton-card.tsx"]
  a66f2388_87f1_5188_51e6_9a4b91cfd618["card"]
  d2392206_0af0_6302_761b_663834be448f --> a66f2388_87f1_5188_51e6_9a4b91cfd618
  cef38c81_d14a_1a57_fc9b_8b9a55d51a99["skeleton"]
  d2392206_0af0_6302_761b_663834be448f --> cef38c81_d14a_1a57_fc9b_8b9a55d51a99
  style d2392206_0af0_6302_761b_663834be448f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Card, CardContent, CardHeader } from "@/examples/base/ui/card"
import { Skeleton } from "@/examples/base/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/base/skeleton-card.tsx (domain: DocumentationAtlas, subdomain: Changelog, directory: apps/v4/examples/base).

Analyze Your Own Codebase

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

Try Supermodel Free