{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"c-alert-11","type":"registry:block","title":"Alert with description and action buttons","description":"Alert with description and action buttons","dependencies":[],"registryDependencies":["@reui/alert","button"],"files":[{"path":"c-alert-11.tsx","type":"registry:block","content":"import {\n  Alert,\n  AlertAction,\n  AlertDescription,\n} from \"@/components/reui/alert\"\n\nimport { Button } from \"@/components/ui/button\"\nimport { IconPlaceholder } from \"@/app/(create)/components/icon-placeholder\"\n\nexport function Pattern() {\n  return (\n    <Alert>\n      <IconPlaceholder\n        lucide=\"ShieldCheckIcon\"\n        tabler=\"IconShieldCheck\"\n        hugeicons=\"ShieldEnergyIcon\"\n        phosphor=\"ShieldCheckIcon\"\n        remixicon=\"RiShieldCheckLine\"\n      />\n      <AlertDescription>Update your password and enable 2FA.</AlertDescription>\n      <AlertAction>\n        <Button variant=\"outline\" size=\"xs\">\n          Dismiss\n        </Button>\n        <Button size=\"xs\">Update</Button>\n      </AlertAction>\n    </Alert>\n  )\n}","target":"components/examples/c-alert-11.tsx"}],"meta":{"order":11}}