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

Relationship Graph

Source Code

import { Skeleton } from "@/examples/base/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/base/skeleton-form.tsx (domain: DocumentationAtlas, subdomain: SearchAPI, 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