Components
Components
Core Honeydeck components for timelines, presenter notes, browser frames, keyboard shortcuts, and styled lists.
Components
Honeydeck components are explicit MDX imports from @honeydeck/honeydeck. Use them when plain Markdown is not enough for timeline control, speaker notes, rich previews, or inline UI.
import { Reveal, RevealWith, RevealGroup, TimelineSteps, ListStyle, Keyboard, BrowserFrame, Notes } from '@honeydeck/honeydeck'| Component | Use it for |
|---|---|
Reveal | Show content at a specific slide timeline step. |
RevealWith | Show content with an existing reveal or numeric slide step without adding another step. |
RevealGroup | Reveal each direct child or list item one after another, with optional nested-list reveals. |
TimelineSteps | Reserve timeline steps for an imported custom React component. |
ListStyle | Style Markdown, HTML, or JSX lists with no markers or custom markers. |
Keyboard | Render semantic inline keyboard keys and shortcuts. |
BrowserFrame | Show a live iframe or fallback screenshot inside browser chrome. |
Notes | Add formatted speaker notes for presenter mode. |
For timeline behavior in context, also see Steps and reveals.