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
  45009bef_a61c_98a2_d6d2_5cc035278928["spinner-empty.tsx"]
  4544fa74_9b37_0912_c55e_f4ff161b8e83["button"]
  45009bef_a61c_98a2_d6d2_5cc035278928 --> 4544fa74_9b37_0912_c55e_f4ff161b8e83
  29a55916_5997_18bd_e445_208bb7dd8efa["empty"]
  45009bef_a61c_98a2_d6d2_5cc035278928 --> 29a55916_5997_18bd_e445_208bb7dd8efa
  5da53097_7aa6_9ed0_215a_95e7f853f3a4["spinner"]
  45009bef_a61c_98a2_d6d2_5cc035278928 --> 5da53097_7aa6_9ed0_215a_95e7f853f3a4
  style 45009bef_a61c_98a2_d6d2_5cc035278928 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Button } from "@/examples/base/ui/button"
import {
  Empty,
  EmptyContent,
  EmptyDescription,
  EmptyHeader,
  EmptyMedia,
  EmptyTitle,
} from "@/examples/base/ui/empty"
import { Spinner } from "@/examples/base/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/base/spinner-empty.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