Blazor.Diagrams
Blazor.Diagrams copied to clipboard
A fully customizable and extensible all-purpose diagrams library for Blazor
While i do prefer the [other solution](https://github.com/Blazor-Diagrams/Blazor.Diagrams/pull/386), this one avoids the usage of BaseLinkModel in favour of LinkModel. Since we already accept "Color" in LinkModel, "Classes" should be fine here...
I'm getting this exception, if on NET8 with interactive server side rendering I try to use PortRenderer with child content like that: ```razor @Node.Instance.OwnDeclaration.Name @foreach (var port in Node.Ports) {...
### Discussed in https://github.com/Blazor-Diagrams/Blazor.Diagrams/discussions/485 Originally posted by **write2varun** December 2, 2024 Hi is there a way to hide horizontal or vertical line in grid. I tried adding css but it...