Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Drop zone — idle

The recorder's import surface in its resting state. Dashed outline, neutral copy, optional keyboard hint chip ("⌘O to browse").

The Tauri shell hosts a single <DropZone> and flips it between idle and active in response to OS-level drag events (tauri::Window::on_window_eventWindowEvent::DragDrop). Pure presentational — the component takes a state: DropZoneState prop, the shell owns the signal that drives it.

Open as standalone demo →


DropZone API · Components index