Patrick's Blog (Page 3)

Developer and .NET enthusiast by day, Gamer and show binger by night.

Blazor & SVG files - Part 1

I've been experimenting with Blazor and using Bootstrap with SVG's. For Angular I remember that the Material design library had a really nice way of being able to pull in SVG files but this doesn't quite yet exist for blazor.

Read more...

Blazor & Pagination

The snippets below can be used to create a pagination razor component for a Bootstrap table with a pager.

Read more...