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

skeleton-demo.tsx — ui Source File

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

File tsx DocumentationAtlas ContentSourcing 1 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  ea565661_7c22_b6fd_22eb_b8f528aedf15["skeleton-demo.tsx"]
  cef38c81_d14a_1a57_fc9b_8b9a55d51a99["skeleton"]
  ea565661_7c22_b6fd_22eb_b8f528aedf15 --> cef38c81_d14a_1a57_fc9b_8b9a55d51a99
  style ea565661_7c22_b6fd_22eb_b8f528aedf15 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Skeleton } from "@/examples/base/ui/skeleton"

export function SkeletonDemo() {
  return (
    <div className="flex items-center gap-4">
      <Skeleton className="h-12 w-12 rounded-full" />
      <div className="space-y-2">
        <Skeleton className="h-4 w-[250px]" />
        <Skeleton className="h-4 w-[200px]" />
      </div>
    </div>
  )
}

Subdomains

Functions

Dependencies

  • skeleton

Frequently Asked Questions

What does skeleton-demo.tsx do?
skeleton-demo.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, ContentSourcing subdomain.
What functions are defined in skeleton-demo.tsx?
skeleton-demo.tsx defines 1 function(s): SkeletonDemo.
What does skeleton-demo.tsx depend on?
skeleton-demo.tsx imports 1 module(s): skeleton.
Where is skeleton-demo.tsx in the architecture?
skeleton-demo.tsx is located at apps/v4/examples/base/skeleton-demo.tsx (domain: DocumentationAtlas, subdomain: ContentSourcing, 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