Info
Version: | 2.0.2 |
Author(s): | litch0|lmtr |
Last Update: | Wednesday, November 18, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/litch0/BlazorHelpers |
NuGet Url: | https://www.nuget.org/packages/BlazorHelper |
Install
Install-Package BlazorHelper
dotnet add package BlazorHelper
paket add BlazorHelper
BlazorHelper Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Components(>= 3.1.8)
- Microsoft.AspNetCore.Components.Web(>= 3.1.8)
- Newtonsoft.Json(>= 12.0.3)
Tags
you can choose to work with Jquery and DOM individually or in groups using both
This library can be used for example to add elements to a div without additions to a list (only text in html) see more in the example of the repo: https://github.com/litch0/BlazorHelpers.