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

Text

Body text with typography variants.

Installation

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

Usage

import { Text } from "@/components/pdf/text";
<Text>Hello from pdfcn</Text>

API Reference

Text

PropTypeDefault
variant'xs' | 'sm' | 'base' | 'lg' | 'xl' | '2xl' | '3xl''base'
align'left' | 'center' | 'right' | 'justify''left'
colorstring-
weight'normal' | 'medium' | 'semibold' | 'bold''normal'
italicbooleanfalse
decoration'underline' | 'line-through' | 'none''none'
transform'uppercase' | 'lowercase' | 'capitalize'-
noMarginbooleanfalse