Components
Installation
$ pnpm dlx shadcn@latest add @pdfcn/takumi/event-agenda
Usage
import { EventAgendaDocument } from "@/components/pdf/event-agenda";<EventAgendaDocument />API Reference
EventAgendaProps
| Prop | Type | Description |
|---|---|---|
eventName | string | The title or name of the event or conference. |
date | string | Start date of the event (e.g. "October 20, 2026"). |
endDate | string? | Optional end date for multi-day events. |
venue | string | Venue name or physical address. |
days | DaySchedule[] | Array of day schedules, each containing sessions. |
tracks | Track[]? | Color-coded conference tracks for the legend and session pills. |
wifiInfo | string? | Network credentials displayed in the footer. |
emergencyContact | string? | Important contact info displayed in the footer. |
accentColor | string? | Accent color for headers, badges, and highlights. |