You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: community.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ Below is a list of projects and resources from the Blazor community (links in ea
7
7
## Libraries
8
8
9
9
*[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`.
11
10
*[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`.
12
12
*[BlazorContextMenu](https://github.com/stavroskasidis/BlazorContextMenu)– A context menu for blazor.
13
13
*[BlazorDB](https://github.com/chanan/BlazorDB)– In-memory, persisted to local storage, database for Blazor.
14
14
*[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
*[Blazor Gamepad](https://github.com/jsakamoto/Toolbelt.Blazor.Gamepad)– A library to provide gamepad API access for Blazor.
24
25
*[Blazor Hotkeys](https://github.com/jsakamoto/Toolbelt.Blazor.Hotkeys)– A library to provide configuration-centric keyboard shortcuts for Blazor.
25
26
*[Blazor LoadingBar](https://github.com/jsakamoto/Toolbelt.Blazor.LoadingBar)– A Blazor port of [angular-loading-bar](https://github.com/chieffancypants/angular-loading-bar).
26
27
*[Blazor Realm](https://dworthen.github.io/BlazorRealm/docs/quickstart.html)– Redux state management with middleware support.
27
28
*[Blazor Redux](https://github.com/torhovland/blazor-redux)– This library offers Redux-style state management for Blazor.
28
29
*[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.
30
31
*[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.
31
32
*[Blazor.Extensions.OfficeUIFabric](https://github.com/BlazorExtensions/Blazor.Extensions.OfficeUIFabric)– Microsoft Office Fabric UI port for Blazor.
32
33
*[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
36
37
*[Blazor-State](https://timewarpengineering.github.io/blazor-state/)– Blazor-State is a client side pipeline architecture utilizing MediatR with plugin behaviors.
37
38
*[Canvas](https://github.com/BlazorExtensions/Canvas)– HTML5 Canvas API implementation for Microsoft Blazor.
38
39
*[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.
40
40
*[Logging](https://github.com/BlazorExtensions/Logging)– Microsoft Extension Logging implementation for Blazor.
41
41
*[MatBlazor](https://github.com/BlazorComponents/MatBlazor) ([Demo](https://blazorcomponents.github.io/MatBlazor/)) – Google Material components for web in Blazor.
42
42
*[Notifications](https://github.com/BlazorExtensions/Notifications)– HTML5 Notifications API implementation for Microsoft Blazor.
43
43
*[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/).
44
45
*[Storage](https://github.com/BlazorExtensions/Storage)– HTML5 Storage API implementation for Microsoft Blazor.
45
46
*[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/).
47
47
48
48
## Samples and tutorials
49
49
@@ -79,8 +79,8 @@ Below is a list of projects and resources from the Blazor community (links in ea
79
79
80
80
## Tooling
81
81
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.
83
82
*[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.
0 commit comments