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

List

Ordered and unordered lists.

Installation

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

Usage

import { PdfList } from "@/components/pdf/list";
<PdfList items={[{ text: "Alpha" }, { text: "Beta" }]} />

Variants

<PdfList variant="numbered" items={items} />
<PdfList variant="checklist" items={checklistItems} gap="md" />

API Reference

PdfList

PropTypeDefault
itemsListItem[]-
variant'bullet' | 'numbered' | 'checklist' | 'icon' | 'multi-level' | 'descriptive''bullet'
gap'xs' | 'sm' | 'md''sm'
noWrapbooleanfalse
styleStyle-