Skip to content
This repository was archived by the owner on Apr 20, 2019. It is now read-only.

Commit cf8de60

Browse files
authored
Community touchups
1 parent ff9b69e commit cf8de60

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

community.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Below is a list of projects and resources from the Blazor community (links in ea
77
## Libraries
88

99
* [BlazorBits](http://blazorbits.net) ([GitHub repo](https://github.com/blazorbits)) – Components including [Monaco editor](https://github.com/Microsoft/monaco-editor).
10-
* [BlazorConfirm](https://github.com/ctrl-alt-d/BlazorConfirm) ([Demo](https://ctrl-alt-d.github.io/BlazorConfirm/)) – A Blazor wrapper for JavaScript's `window.confirm()` and `onbeforeunload`.
1110
* [BlazorComponents](https://github.com/muqeet-khan/BlazorComponents) – A demonstration of [Chart.js](https://github.com/chartjs/Chart.js) interop.
11+
* [BlazorConfirm](https://github.com/ctrl-alt-d/BlazorConfirm) ([Demo](https://ctrl-alt-d.github.io/BlazorConfirm/)) – A Blazor wrapper for JavaScript's `window.confirm()` and `onbeforeunload`.
1212
* [BlazorContextMenu](https://github.com/stavroskasidis/BlazorContextMenu) – A context menu for blazor.
1313
* [BlazorDB](https://github.com/chanan/BlazorDB) – In-memory, persisted to local storage, database for Blazor.
1414
* [BlazoredLocalStorage](https://github.com/chrissainty/BlazoredLocalStorage) – A library to provide access to local storage in Blazor apps.
@@ -19,14 +19,15 @@ Below is a list of projects and resources from the Blazor community (links in ea
1919
* [BlazorSplit](https://github.com/BlazorComponents/BlazorSplit) ([Demo](https://blazorcomponents.github.io/BlazorSplit/)) – Resizeable split views.
2020
* [BlazorStorage](https://github.com/cloudcrate/BlazorStorage) – Blazor local and session storage support.
2121
* [BlazorStrap](https://github.com/chanan/BlazorStrap) – Bootstrap 4 Components for Blazor.
22+
* [Blazor Extensions Home](https://github.com/BlazorExtensions/Home) – Home for Blazor Extensions.
2223
* [Blazor Fluxor](https://mrpmorris.github.io/blazor-fluxor/) – Flux/Redux library.
2324
* [Blazor Gamepad](https://github.com/jsakamoto/Toolbelt.Blazor.Gamepad) – A library to provide gamepad API access for Blazor.
2425
* [Blazor Hotkeys](https://github.com/jsakamoto/Toolbelt.Blazor.Hotkeys) – A library to provide configuration-centric keyboard shortcuts for Blazor.
2526
* [Blazor LoadingBar](https://github.com/jsakamoto/Toolbelt.Blazor.LoadingBar) – A Blazor port of [angular-loading-bar](https://github.com/chieffancypants/angular-loading-bar).
2627
* [Blazor Realm](https://dworthen.github.io/BlazorRealm/docs/quickstart.html) – Redux state management with middleware support.
2728
* [Blazor Redux](https://github.com/torhovland/blazor-redux) – This library offers Redux-style state management for Blazor.
2829
* [Blazor SpeechSynthesis](https://github.com/jsakamoto/Toolbelt.Blazor.SpeechSynthesis) – A library to provide Speech Synthesis API access for Blazor.
29-
* [Blazor SVG Helper](https://github.com/Lupusa87/BlazorSvgHelper) ([Demo](https://lupusassblazordemos.azurewebsites.net)) ([nuget.org](https://www.nuget.org/packages/BlazorSvgHelper/)) – Create SVG elements with children (circle, rectangle, image, text, and others) and render with RenderTreeBuilder.
30+
* [Blazor SVG Helper](https://github.com/Lupusa87/BlazorSvgHelper) ([Demo](https://lupusassblazordemos.azurewebsites.net)) – Create SVG elements with children (circle, rectangle, image, text, and others) and render with RenderTreeBuilder.
3031
* [Blazor Time Zone Kit](https://github.com/jsakamoto/Toolbelt.Blazor.TimeZoneKit) – A library to provide system time zones and local time zone initialization in Blazor apps.
3132
* [Blazor.Extensions.OfficeUIFabric](https://github.com/BlazorExtensions/Blazor.Extensions.OfficeUIFabric) – Microsoft Office Fabric UI port for Blazor.
3233
* [Blazor.FlexGrid](https://github.com/Mewriick/Blazor.FlexGrid) – GridView component for Blazor.
@@ -36,14 +37,13 @@ Below is a list of projects and resources from the Blazor community (links in ea
3637
* [Blazor-State](https://timewarpengineering.github.io/blazor-state/) – Blazor-State is a client side pipeline architecture utilizing MediatR with plugin behaviors.
3738
* [Canvas](https://github.com/BlazorExtensions/Canvas) – HTML5 Canvas API implementation for Microsoft Blazor.
3839
* [ChartJs.Blazor](https://github.com/mariusmuntean/ChartJs.Blazor) – Blazor Component that wraps ChartJS.
39-
* [Blazor Extensions Home](https://github.com/BlazorExtensions/Home) – Home for Blazor Extensions.
4040
* [Logging](https://github.com/BlazorExtensions/Logging) – Microsoft Extension Logging implementation for Blazor.
4141
* [MatBlazor](https://github.com/BlazorComponents/MatBlazor) ([Demo](https://blazorcomponents.github.io/MatBlazor/)) – Google Material components for web in Blazor.
4242
* [Notifications](https://github.com/BlazorExtensions/Notifications) – HTML5 Notifications API implementation for Microsoft Blazor.
4343
* [SignalR](https://github.com/BlazorExtensions/SignalR) – SignalR Core support for Microsoft ASP.NET Core Blazor.
44+
* [Sotsera.Blazor.Toaster](https://github.com/sotsera/sotsera.blazor.toaster) ([Demo](https://sotsera.github.io/sotsera.blazor.toaster/)) – A Blazor port of [Toastr.js](https://github.com/CodeSeven/toastr/).
4445
* [Storage](https://github.com/BlazorExtensions/Storage) – HTML5 Storage API implementation for Microsoft Blazor.
4546
* [Toastr](https://github.com/BlazorExtensions/Toastr) – A Blazor port of [Toastr.js](https://github.com/CodeSeven/toastr/).
46-
* [Sotsera.Blazor.Toaster](https://github.com/sotsera/sotsera.blazor.toaster) ([Demo](https://sotsera.github.io/sotsera.blazor.toaster/)) – A Blazor port of [Toastr.js](https://github.com/CodeSeven/toastr/).
4747

4848
## Samples and tutorials
4949

@@ -79,8 +79,8 @@ Below is a list of projects and resources from the Blazor community (links in ea
7979

8080
## Tooling
8181

82-
* [Razor+ Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=austincummings.razor-plus) – A Visual Studio Code extension that offers improved Razor support.
8382
* [Blazor Minimum Project Templates](https://github.com/jsakamoto/BlazorMinimumTemplates) – A project templates package of Blazor apps without JavaScript and CSS libraries.
83+
* [Razor+ Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=austincummings.razor-plus) – A Visual Studio Code extension that offers improved Razor support.
8484

8585
## Community documentation
8686

0 commit comments

Comments
 (0)