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

skeleton-form.tsx — ui Source File

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

File tsx DocumentationAtlas SearchAPI 1 imports 1 functions

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

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

export function SkeletonForm() {
  return (
    <div className="flex w-full max-w-xs flex-col gap-7">
      <div className="flex flex-col gap-3">
        <Skeleton className="h-4 w-20" />
        <Skeleton className="h-8 w-full" />
      </div>
      <div className="flex flex-col gap-3">
        <Skeleton className="h-4 w-24" />
        <Skeleton className="h-8 w-full" />
      </div>
      <Skeleton className="h-8 w-24" />
    </div>
  )
}

Subdomains

Functions

Dependencies

  • skeleton

Frequently Asked Questions

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