Skip to main content

<IcePanel />

View as Markdown

The <IcePanel /> component renders an IcePanel diagram in your documentation.

Each IcePanel diagram embedded can also be loaded in a full screen mode, letting your teams explore the diagram in detail.

Support

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

Usage

  1. Get your IcePanel share URL from your IcePanel diagram (click "Share" and copy the embed URL)
  2. Include the <IcePanel /> component inside the markdown
    • e.g /events/MyEvent/index.mdx

Basic Example

---
#event frontmatter
---

<IcePanel url="https://s.icepanel.io/OpQVdslrqhZkyb/0QfB" />

Example with title and description

---
#event frontmatter
---

<IcePanel
url="https://s.icepanel.io/OpQVdslrqhZkyb/0QfB"
title="System Architecture"
description="Overview of our microservices architecture and communication patterns."
height="800"
/>

Output example in EventCatalog

Example output

Props

NameTypeDefaultRequiredDescription
urlstringYesThe share URL of the IcePanel diagram. To get the URL, click "Share" in IcePanel and copy the embed/share URL.
titlestringNoThe title to display above the diagram.
descriptionstringNoA description to display below the title.
heightstring600NoThe height of the embedded diagram in pixels.
widthstring100%NoThe width of the embedded diagram.