Home / File/ alert-destructive.json — ui Source File

alert-destructive.json — ui Source File

Architecture documentation for alert-destructive.json, a json file in the ui codebase.

Entity Profile

Source Code

{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "alert-destructive",
  "registryDependencies": [
    "alert"
  ],
  "files": [
    {
      "path": "registry/new-york-v4/examples/alert-destructive.tsx",
      "content": "import { AlertCircleIcon } from \"lucide-react\"\n\nimport {\n  Alert,\n  AlertDescription,\n  AlertTitle,\n} from \"@/registry/new-york-v4/ui/alert\"\n\nexport default function AlertDestructive() {\n  return (\n    <Alert variant=\"destructive\">\n      <AlertCircleIcon />\n      <AlertTitle>Error</AlertTitle>\n      <AlertDescription>\n        Your session has expired. Please log in again.\n      </AlertDescription>\n    </Alert>\n  )\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}

Frequently Asked Questions

What does alert-destructive.json do?
alert-destructive.json is a source file in the ui codebase, written in json.
Where is alert-destructive.json in the architecture?
alert-destructive.json is located at apps/v4/public/r/styles/new-york-v4/alert-destructive.json (directory: apps/v4/public/r/styles/new-york-v4).

Analyze Your Own Codebase

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

Try Supermodel Free