Installation
$ pnpm dlx shadcn@latest add @pdfcn/forme/text
Usage
import { Text } from "@/components/pdf/text";<Text>Hello from pdfcn</Text>API Reference
Text
| Prop | Type | Default |
|---|---|---|
variant | 'xs' | 'sm' | 'base' | 'lg' | 'xl' | '2xl' | '3xl' | 'base' |
align | 'left' | 'center' | 'right' | 'justify' | 'left' |
color | string | - |
weight | 'normal' | 'medium' | 'semibold' | 'bold' | 'normal' |
italic | boolean | false |
decoration | 'underline' | 'line-through' | 'none' | 'none' |
transform | 'uppercase' | 'lowercase' | 'capitalize' | - |
noMargin | boolean | false |