Installation
$ pnpm dlx shadcn@latest add @pdfcn/forme/pdf-image
Usage
import { PdfImage } from "@/components/pdf/pdf-image";<PdfImage src="/logo.png" width={120} />API Reference
PdfImage
| Prop | Type | Default |
|---|---|---|
src | string | { uri: string; method?: string; headers?: Record<string, string>; body?: string } | - |
variant | 'default' | 'full-width' | 'thumbnail' | 'avatar' | 'cover' | 'bordered' | 'rounded' | 'default' |
width | number | string | - |
height | number | string | - |
fit | 'cover' | 'contain' | 'fill' | 'none' | - |
position | string | '50% 50%' |
caption | string | - |
aspectRatio | number | - |
borderRadius | number | - |
noWrap | boolean | true |
style | Style | - |