Skip to main content

<FigJam />

View as Markdown

The <FigJam /> component renders a FigJam diagram in your documentation.

Support​

The <FigJam /> component is supported in domains, services, all messages and custom documentation.

Usage​

  1. Include the <FigJam /> component inside the markdown
    • e.g /events/MyEvent/index.mdx

Basic Example

---
#event frontmatter
---

<FigJam url="{embed_url_from_figjam}" />

Output example in EventCatalog​

Example output

Props​

NameTypeDefaultRequiredDescription
urlstringYesThe embed URL of the FigJam diagram. To get the URL, click "Shared", "Get embed code", then copy the URL from the iframe.