{ "$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