Home / File/ spinner-empty.tsx — ui Source File

spinner-empty.tsx — ui Source File

Architecture documentation for spinner-empty.tsx, a tsx file in the ui codebase. 3 imports, 0 dependents.

File tsx ComponentRegistry ChartRegistry 3 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  370caf2e_cacf_c6a6_a3ca_01348e159b25["spinner-empty.tsx"]
  57e86e45_ac6e_7278_be08_9092724e8401["button"]
  370caf2e_cacf_c6a6_a3ca_01348e159b25 --> 57e86e45_ac6e_7278_be08_9092724e8401
  347cfa6b_4d3b_aeb9_f88c_873646e39bf0["empty"]
  370caf2e_cacf_c6a6_a3ca_01348e159b25 --> 347cfa6b_4d3b_aeb9_f88c_873646e39bf0
  fbc10cc4_98a7_35a6_e46c_d9966aba9ad2["spinner"]
  370caf2e_cacf_c6a6_a3ca_01348e159b25 --> fbc10cc4_98a7_35a6_e46c_d9966aba9ad2
  style 370caf2e_cacf_c6a6_a3ca_01348e159b25 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Button } from "@/registry/new-york-v4/ui/button"
import {
  Empty,
  EmptyContent,
  EmptyDescription,
  EmptyHeader,
  EmptyMedia,
  EmptyTitle,
} from "@/registry/new-york-v4/ui/empty"
import { Spinner } from "@/registry/new-york-v4/ui/spinner"

export default function SpinnerEmpty() {
  return (
    <Empty className="w-full">
      <EmptyHeader>
        <EmptyMedia variant="icon">
          <Spinner />
        </EmptyMedia>
        <EmptyTitle>Processing your request</EmptyTitle>
        <EmptyDescription>
          Please wait while we process your request. Do not refresh the page.
        </EmptyDescription>
      </EmptyHeader>
      <EmptyContent>
        <Button variant="outline" size="sm">
          Cancel
        </Button>
      </EmptyContent>
    </Empty>
  )
}

Subdomains

Functions

Dependencies

  • button
  • empty
  • spinner

Frequently Asked Questions

What does spinner-empty.tsx do?
spinner-empty.tsx is a source file in the ui codebase, written in tsx. It belongs to the ComponentRegistry domain, ChartRegistry subdomain.
What functions are defined in spinner-empty.tsx?
spinner-empty.tsx defines 1 function(s): SpinnerEmpty.
What does spinner-empty.tsx depend on?
spinner-empty.tsx imports 3 module(s): button, empty, spinner.
Where is spinner-empty.tsx in the architecture?
spinner-empty.tsx is located at apps/v4/registry/new-york-v4/examples/spinner-empty.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: apps/v4/registry/new-york-v4/examples).

Analyze Your Own Codebase

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

Try Supermodel Free