Skip to content
Esc
navigateopen⌘Jpreview

command-menu

Keyboard-first action search and selection flow.

The same runtime that renders the export. Scrub to any frame, switch format, and edit the fixture props.

Installation

pnpm odori add @odori/command-menu

Source is copied into videos/components/command-menu/ and belongs to your repository. odori diff compares it with upstream later; odori update applies the change you accept. It has no registry dependencies.

Timing contract

Every registry component declares how it behaves in time.odori test fails a cut that violates these.

Family
Developer proof
Aspect ratios
16:9 · 1:1
Recommended duration
150 frames · 5s
Minimum duration
75 frames · 2.5s
Entrance
18 frames
Exit
0 frames
Reduced motion
the query and selection are shown resolved
Requires
mono font
Content limits
items ≤ 6, itemLength ≤ 32, query ≤ 24

Props

PropTypeDefaultRequired
queryWhat the operator types, revealed character by character.stringYes
itemsstring[]Yes
selectedIndexIndex the selection lands on.number0
placeholderstring"Search actions"