MermaidJS.Blazor
MermaidJS.Blazor copied to clipboard
A simple MermaidDiagram component for Blazor.
This Pull request upgrades the platform to dotnet 8 and uses the latest MermaidJS and solving issue #15 .
This Pull request upgrades the platform to dotnet 7 and uses the latest MermaidJS and solving issue #15 .
This Pull request upgrades the platform to dotnet 7 and uses the latest mermaidjs.
I'm not sure where the issue is and I can certainly understand if this gets closed. I was trying to leverage the newly added C4 diagrams in Mermaid.JS. This is...
Added a server demo project based on the current state of the MermaidJS Blazor component.
I played around with adding a SVG transform attribute thingy ```razor ``` so that one can intercept the SVG and make modifications to it. Fairly simple. ```csharp private string SvgTransform(string...
I created a quick and dirty fix for setting the height to 100% (instead of the calculated height). The issue was that large diagrams got a large height set to...
Hi! I'm a Blazor newbie so forgive me if I'm missing something obvious. I forked the repo and checked out the demo. I had to copy the /lib/ folder from...