alert-colors.tsx — ui Source File
Architecture documentation for alert-colors.tsx, a tsx file in the ui codebase. 2 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 8aa4efe6_7919_8ea6_a7bb_5db660490eb7["alert-colors.tsx"] 0e8f4ea4_6cec_a81c_e0f9_c39d496143e0["alert"] 8aa4efe6_7919_8ea6_a7bb_5db660490eb7 --> 0e8f4ea4_6cec_a81c_e0f9_c39d496143e0 d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"] 8aa4efe6_7919_8ea6_a7bb_5db660490eb7 --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3 style 8aa4efe6_7919_8ea6_a7bb_5db660490eb7 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Alert, AlertDescription, AlertTitle } from "@/examples/radix/ui/alert"
import { AlertTriangleIcon } from "lucide-react"
export default function AlertColors() {
return (
<Alert className="max-w-md border-amber-200 bg-amber-50 text-amber-900 dark:border-amber-900 dark:bg-amber-950 dark:text-amber-50">
<AlertTriangleIcon />
<AlertTitle>Your subscription will expire in 3 days.</AlertTitle>
<AlertDescription>
Renew now to avoid service interruption or upgrade to a paid plan to
continue using the service.
</AlertDescription>
</Alert>
)
}
Domain
Subdomains
Functions
Dependencies
- alert
- lucide-react
Source
Frequently Asked Questions
What does alert-colors.tsx do?
alert-colors.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 alert-colors.tsx?
alert-colors.tsx defines 1 function(s): AlertColors.
What does alert-colors.tsx depend on?
alert-colors.tsx imports 2 module(s): alert, lucide-react.
Where is alert-colors.tsx in the architecture?
alert-colors.tsx is located at apps/v4/examples/radix/alert-colors.tsx (domain: DocumentationAtlas, subdomain: ContentSourcing, directory: apps/v4/examples/radix).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free