Installation
$ pnpm dlx shadcn@latest add @pdfcn/takumi/alert
Usage
import { PdfAlert } from "@/components/pdf/alert";<PdfAlert variant="info" title="Info">
Alert body
</PdfAlert>API Reference
PdfAlert
| Prop | Type | Default |
|---|---|---|
variant | 'info' | 'success' | 'warning' | 'error' | 'info' |
title | string | - |
children | ReactNode | - |
showIcon | boolean | true |
showBorder | boolean | true |