AlertDemo() — ui Function Reference
Architecture documentation for the AlertDemo() function in alert-demo.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD afbbc71a_9fc0_1d9c_7a19_6e6b7a897fce["AlertDemo()"] 35b2c424_4017_b185_73af_3ec41b6c5c18["alert-demo.tsx"] afbbc71a_9fc0_1d9c_7a19_6e6b7a897fce -->|defined in| 35b2c424_4017_b185_73af_3ec41b6c5c18 style afbbc71a_9fc0_1d9c_7a19_6e6b7a897fce fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
deprecated/www/registry/new-york/internal/sink/components/alert-demo.tsx lines 9–19
export function AlertDemo() {
return (
<Alert>
<Terminal className="h-4 w-4" />
<AlertTitle>Heads up!</AlertTitle>
<AlertDescription>
You can add components to your app using the cli.
</AlertDescription>
</Alert>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does AlertDemo() do?
AlertDemo() is a function in the ui codebase, defined in deprecated/www/registry/new-york/internal/sink/components/alert-demo.tsx.
Where is AlertDemo() defined?
AlertDemo() is defined in deprecated/www/registry/new-york/internal/sink/components/alert-demo.tsx at line 9.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free