# Excalidraw (https://openknowledge.ai/docs/reference/components/excalidraw)

Embedded snapshot of an `.excalidraw` board, linking to its canvas editor

## Example

```mdx
<Excalidraw src="diagrams/board.excalidraw" title="Title" />
```

## Props

| Prop | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `src` | `string` | yes |  | Path to the \`.excalidraw\` board this embed renders |
| `title` | `string` | no |  | Accessible label for the embedded board |

*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.