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

Link

Clickable link styled for PDF documents.

Installation

$ pnpm dlx shadcn@latest add @pdfcn/takumi/link

Usage

import { Link } from "@/components/pdf/link";
<Link href="https://example.com">Example</Link>

API Reference

PropTypeDefault
hrefstring-
align'left' | 'center' | 'right''left'
colorstring-
variant'default' | 'muted' | 'primary''default'
underline'always' | 'none''always'