{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "alert-without-icon", "title": "Alert Without Icon", "description": "Alert example: Without Icon.", "registryDependencies": [ "alert" ], "files": [ { "path": "apps/docs/demos/alert/without-icon.tsx", "content": "\"use client\";\n\nimport { Alert, AlertDescription, AlertTitle } from \"@keystoneui/react/alert\";\n\nexport default function AlertWithoutIcon() {\n return (\n
\n \n Default alert without icon\n \n The layout adapts to a single column when no icon is present.\n \n \n \n Did you know?\n \n You can use alerts without icons for simpler messages.\n \n \n
\n );\n}\n", "type": "registry:example" } ], "type": "registry:example" }