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

Card

Bordered content card with title and body.

Installation

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

Usage

import { PdfCard } from "@/components/pdf/card";
<PdfCard title="Card">Card body</PdfCard>

API Reference

PdfCard

PropTypeDefault
titlestring-
childrenReactNode-
variant'default' | 'bordered' | 'muted''default'
padding'sm' | 'md' | 'lg''md'
wrapbooleanfalse