AlertDestructive() — ui Function Reference
Architecture documentation for the AlertDestructive() function in alert-destructive.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 2f555869_7892_21a7_508a_92d24be86e95["AlertDestructive()"] 87dd47e8_d2e7_e517_5d75_ded5f56a6eae["alert-destructive.tsx"] 2f555869_7892_21a7_508a_92d24be86e95 -->|defined in| 87dd47e8_d2e7_e517_5d75_ded5f56a6eae style 2f555869_7892_21a7_508a_92d24be86e95 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/examples/alert-destructive.tsx lines 9–19
export default function AlertDestructive() {
return (
<Alert variant="destructive">
<AlertCircleIcon />
<AlertTitle>Error</AlertTitle>
<AlertDescription>
Your session has expired. Please log in again.
</AlertDescription>
</Alert>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does AlertDestructive() do?
AlertDestructive() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/examples/alert-destructive.tsx.
Where is AlertDestructive() defined?
AlertDestructive() is defined in apps/v4/registry/new-york-v4/examples/alert-destructive.tsx at line 9.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free