{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "alert-default", "title": "Alert Default", "description": "Alert example: Default.", "registryDependencies": [ "alert" ], "files": [ { "path": "apps/docs/demos/alert/default.tsx", "content": "\"use client\";\n\nimport { Alert, AlertDescription, AlertTitle } from \"@keystoneui/react/alert\";\nimport { Info as InfoIcon } from \"lucide-react\";\n\nexport default function AlertDefault() {\n return (\n \n \n New Feature Available\n \n Check out our latest tools and analytics dashboard.\n \n \n );\n}\n", "type": "registry:example" } ], "type": "registry:example" }