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 DocumentationAtlas ContentSourcing 3 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  b32f0be4_c9bb_20f2_9060_e5f1691b7442["spinner-empty.tsx"]
  4b1d2128_46d9_46f0_b915_b6e1925b7876["button"]
  b32f0be4_c9bb_20f2_9060_e5f1691b7442 --> 4b1d2128_46d9_46f0_b915_b6e1925b7876
  7277b9e1_25cb_9c37_cdd3_48ed692fffa2["empty"]
  b32f0be4_c9bb_20f2_9060_e5f1691b7442 --> 7277b9e1_25cb_9c37_cdd3_48ed692fffa2
  fd576ad1_ee20_f12f_25d1_e5dbd2606185["spinner"]
  b32f0be4_c9bb_20f2_9060_e5f1691b7442 --> fd576ad1_ee20_f12f_25d1_e5dbd2606185
  style b32f0be4_c9bb_20f2_9060_e5f1691b7442 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Button } from "@/examples/radix/ui/button"
import {
  Empty,
  EmptyContent,
  EmptyDescription,
  EmptyHeader,
  EmptyMedia,
  EmptyTitle,
} from "@/examples/radix/ui/empty"
import { Spinner } from "@/examples/radix/ui/spinner"

export 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 DocumentationAtlas domain, ContentSourcing 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/examples/radix/spinner-empty.tsx (domain: DocumentationAtlas, subdomain: ContentSourcing, 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