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

Keep Together

Keeps children on the same PDF page.

Installation

$ pnpm dlx shadcn@latest add @pdfcn/forme/keep-together

Usage

import { KeepTogether } from "@/components/pdf/keep-together";
import { Text } from "@/components/pdf/text";
<KeepTogether>
  <Text>Keep these lines together.</Text>
</KeepTogether>

API Reference

KeepTogether

PropTypeDefault
childrenReactNode-
minPresenceAheadnumber-
styleStyle-