Honeydeck Docs
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'
ComponentUse it for
RevealShow content at a specific slide timeline step.
RevealWithShow content with an existing reveal or numeric slide step without adding another step.
RevealGroupReveal each direct child or list item one after another, with optional nested-list reveals.
TimelineStepsReserve timeline steps for an imported custom React component.
ListStyleStyle Markdown, HTML, or JSX lists with no markers or custom markers.
KeyboardRender semantic inline keyboard keys and shortcuts.
BrowserFrameShow a live iframe or fallback screenshot inside browser chrome.
NotesAdd formatted speaker notes for presenter mode.

For timeline behavior in context, also see Steps and reveals.

On this page