Home / Function/ ObservabilityCard() — ui Function Reference

ObservabilityCard() — ui Function Reference

Architecture documentation for the ObservabilityCard() function in preview.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  03e76611_c2f9_5d26_ed4b_85fd4be138a1["ObservabilityCard()"]
  7019dfd7_73aa_c7b5_4065_6d3efa35f26a["preview.tsx"]
  03e76611_c2f9_5d26_ed4b_85fd4be138a1 -->|defined in| 7019dfd7_73aa_c7b5_4065_6d3efa35f26a
  style 03e76611_c2f9_5d26_ed4b_85fd4be138a1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/blocks/preview.tsx lines 1473–1511

function ObservabilityCard() {
  return (
    <Example title="Card" className="items-center justify-center">
      <Card className="relative w-full max-w-sm overflow-hidden pt-0">
        <div className="bg-primary absolute inset-0 z-30 aspect-video opacity-50 mix-blend-color" />
        <img
          src="https://images.unsplash.com/photo-1604076850742-4c7221f3101b?q=80&w=1887&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
          alt="Photo by mymind on Unsplash"
          title="Photo by mymind on Unsplash"
          className="relative z-20 aspect-video w-full object-cover brightness-60 grayscale"
        />
        <CardHeader>
          <CardTitle>Observability Plus is replacing Monitoring</CardTitle>
          <CardDescription>
            Switch to the improved way to explore your data, with natural
            language. Monitoring will no longer be available on the Pro plan in
            November, 2025
          </CardDescription>
        </CardHeader>
        <CardFooter>
          <Button>
            Create Query{" "}
            <IconPlaceholder
              lucide="PlusIcon"
              tabler="IconPlus"
              hugeicons="PlusSignIcon"
              phosphor="PlusIcon"
              remixicon="RiAddLine"
              data-icon="inline-end"
            />
          </Button>
          <Badge variant="secondary" className="ml-auto">
            Warning
          </Badge>
        </CardFooter>
      </Card>
    </Example>
  )
}

Subdomains

Frequently Asked Questions

What does ObservabilityCard() do?
ObservabilityCard() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/blocks/preview.tsx.
Where is ObservabilityCard() defined?
ObservabilityCard() is defined in apps/v4/registry/bases/radix/blocks/preview.tsx at line 1473.

Analyze Your Own Codebase

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

Try Supermodel Free