<Miro />
Added in
eventcatalog@2.33.4The <Miro /> component renders a Miro board in your documentation.
Each Miro board embedded can also be loaded in a full screen mode, letting your teams edit the board live (view demo).
Support
The <Miro /> component is supported in domains, services, all messages and custom documentation.
Usage
- Include the
<Miro />component inside the markdown- e.g
/events/MyEvent/index.mdx
- e.g
Basic Example
---
#event frontmatter
---
<Miro boardId="uXjVIHCImos=/" edit={false} />
Example with edit enabled and scroll to default widget in Miro
---
#event frontmatter
---
<Miro boardId="uXjVIHCImos=/" moveToWidget="3074457347671667709" edit={false} />