Frontmatter
| id | 8377 |
| title | Create Mermaid Component Wrapper |
| state | Closed |
| labels | enhancementfeature |
| assignees | tobiu |
| createdAt | Jan 7, 2026, 1:10 PM |
| updatedAt | Jan 7, 2026, 1:20 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8377 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 7, 2026, 1:20 PM |
To facilitate the usage of Mermaid diagrams in Neo.mjs applications, we should create a wrapper component
Neo.component.wrapper.Mermaid.Rationale:
valueorcodeconfig instead of manually interacting with the Main thread addon.AmChart.Implementation Details:
Neo.component.wrapper.MermaidNeo.component.Basevalue(reactive) - the mermaid code.valuechanges by re-rendering.