Open ErgunAhmet opened 8 months ago
Good day. How to small example of lots features, more box more circle more line any figures. Best regards.
The most important thing to remember in any Blazor DotNet 8+ project is setting the <Routes @rendermode="InteractiveServer" />
" in App.Razor - Otherwise the canvas will not be responsive at all - It will just render as a static page.
<body>
<Routes @rendermode="InteractiveServer" />
<script src="_framework/blazor.web.js"></script>
<script src="_content/Z.Blazor.Diagrams/script.min.js"></script>
</body>
https://github.com/alexradu95/Blazor.Diagrams-.NET8-Aspire-Template -> I have created a small project using .NET Aspire Blazor and Blazor.Diagram. I might push more edits, but you can rollback to the first commit and download the starter template