Excalidraw
Embedded snapshot of an `.excalidraw` board, linking to its canvas editor
Example
<Excalidraw src="diagrams/board.excalidraw" title="Title" />Props
Prop
Type
Also matches: excalidraw, board, whiteboard, sketch, drawing, canvas
Author it
Type /excalidraw in the editor to insert it from the slash menu, or write the tag directly in source mode. The Properties panel on the right of the editor exposes every prop above as a form field once the block is selected.
Embed
Inline web embed (iframe) — drop a URL, get a resizable preview pane. For YouTube / Vimeo / Loom prefer `<video src="…">` (player props, click-facade); `<Embed>` auto-rewrites watch URLs as a fallback
Mirror
Render a read-only copy of a `<MirrorSource>` block from another doc. Use to keep the same content in sync across multiple docs without copy-paste — edits land at the source, every Mirror reflects the change