{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "alert-with-action", "title": "Alert With Action", "description": "Alert example: With Action.", "registryDependencies": [ "alert", "button" ], "files": [ { "path": "apps/docs/demos/alert/with-action.tsx", "content": "\"use client\";\n\nimport {\n Alert,\n AlertAction,\n AlertDescription,\n AlertTitle,\n} from \"@keystoneui/react/alert\";\nimport { Button } from \"@keystoneui/react/button\";\nimport { TriangleAlert as AlertTriangleIcon } from \"lucide-react\";\n\nexport default function AlertWithAction() {\n return (\n \n \n KYC Required\n \n Level 2 verification needed to deposit.\n \n \n \n \n \n );\n}\n", "type": "registry:example" } ], "type": "registry:example" }