{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "alert-custom-colors", "title": "Alert Custom Colors", "description": "Alert example: Custom Colors.", "registryDependencies": [ "alert" ], "files": [ { "path": "apps/docs/demos/alert/custom-colors.tsx", "content": "\"use client\";\n\nimport { Alert, AlertDescription, AlertTitle } from \"@keystoneui/react/alert\";\nimport {\n TriangleAlert as AlertTriangleIcon,\n Info as InfoIcon,\n ShieldCheck as ShieldCheckIcon,\n} from \"lucide-react\";\n\nexport default function AlertCustomColors() {\n return (\n
\n \n \n Your subscription will expire in 3 days.\n \n Renew now to avoid service interruption.\n \n \n \n \n Two-factor authentication enabled\n \n Your account is protected with an additional layer of security.\n \n \n \n \n Custom teal alert\n \n Any Tailwind color can be used to create custom alert styles.\n \n \n
\n );\n}\n", "type": "registry:example" } ], "type": "registry:example" }