Below you will find pages that utilize the taxonomy term “Blazor”
Posts
Draw a line chart with Blazor and SVG
Blazor is so great that I’d rather not use anything else. That made me wonder:
can I build SVG files using Razor syntax and is that a good idea?
The answers are absolutely and definitely!
Posts
Trix editor as a Blazor Component
Trix is a rich text editor that is popular with Ruby on Rails developers.
In this post we’re going to take Trix out of Rails and use it inside an
ASP.NET Blazor application by making a drop in replacement for Blazor’s
InputText component.