Home / Function/ AnomalyAlert() — ui Function Reference

AnomalyAlert() — ui Function Reference

Architecture documentation for the AnomalyAlert() function in vercel.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  8a733d49_018b_e5e7_bdb4_98619bae4068["AnomalyAlert()"]
  2038c283_e37d_b58c_c8d2_c03efe5b269c["vercel.tsx"]
  8a733d49_018b_e5e7_bdb4_98619bae4068 -->|defined in| 2038c283_e37d_b58c_c8d2_c03efe5b269c
  style 8a733d49_018b_e5e7_bdb4_98619bae4068 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/blocks/vercel.tsx lines 192–213

function AnomalyAlert() {
  return (
    <Example title="Anomaly Alert" className="items-center justify-center">
      <Card className="w-full max-w-xs">
        <CardContent className="p-6">
          <Empty className="mx-auto p-0">
            <EmptyHeader>
              <EmptyTitle>Get alerted for anomalies</EmptyTitle>
              <EmptyDescription>
                Automatically monitor your projects for anomalies and get
                notified.
              </EmptyDescription>
            </EmptyHeader>
            <EmptyContent>
              <Button>Upgrade to Observability Plus</Button>
            </EmptyContent>
          </Empty>
        </CardContent>
      </Card>
    </Example>
  )
}

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free