ud-waffle

Results 5 comments of ud-waffle

Hi, I've already placed two pictures above with the previous & after result (in the above comment). Later on I can try to simplify the project and make public branch...

The graph search algorithm is based on DFS but the rest was made by head w/ some trial and error, if that makes sense? To have multiple directions/orientations I'm guessing:...

Thank you, got it working with your approach + some tweaks!

This issue for projects that use external libraries (such as MudBlazor) makes 'dynamic styling' very pesky to implement without duplicating the component & nested content w/ @if's and @else's (Desired...

For that case I also needed to apply other styles so I went with a different approach ```razor @*Nested content...*@ ```