For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
/
0
Sponsor

Alert

Alert box with info, success, warning, and error variants.

Installation

$ pnpm dlx shadcn@latest add @pdfcn/forme/alert

Usage

import { PdfAlert } from "@/components/pdf/alert";
<PdfAlert variant="info" title="Info">
  Alert body
</PdfAlert>

API Reference

PdfAlert

PropTypeDefault
variant'info' | 'success' | 'warning' | 'error''info'
titlestring-
childrenReactNode-
showIconbooleantrue
showBorderbooleantrue