{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "alert-variants", "title": "Alert Variants", "description": "Alert example: Variants.", "registryDependencies": [ "alert" ], "files": [ { "path": "apps/docs/demos/alert/variants.tsx", "content": "\"use client\";\n\nimport { Alert, AlertDescription, AlertTitle } from \"@keystoneui/react/alert\";\nimport {\n TriangleAlert as AlertTriangleIcon,\n CircleCheck as CheckCircle2Icon,\n Info as InfoIcon,\n CircleX as XCircleIcon,\n} from \"lucide-react\";\n\nexport default function AlertVariants() {\n return (\n
\n \n \n Account updated successfully\n \n Your profile information has been saved.\n \n \n \n \n KYC Required\n \n Level 2 verification needed to deposit.\n \n \n \n \n Payment Failed\n \n Your transaction could not be processed.\n \n \n \n \n New Feature Available\n Check out our latest trading tools.\n \n
\n );\n}\n", "type": "registry:example" } ], "type": "registry:example" }