Marqdouj.HtmlComponents
8.3.0
Prefix Reserved
Suggested Alternatives
The owner has unlisted this package.
This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Marqdouj.HtmlComponents --version 8.3.0
NuGet\Install-Package Marqdouj.HtmlComponents -Version 8.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Marqdouj.HtmlComponents" Version="8.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Marqdouj.HtmlComponents" Version="8.3.0" />
<PackageReference Include="Marqdouj.HtmlComponents" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Marqdouj.HtmlComponents --version 8.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Marqdouj.HtmlComponents, 8.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Marqdouj.HtmlComponents@8.3.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Marqdouj.HtmlComponents&version=8.3.0
#tool nuget:?package=Marqdouj.HtmlComponents&version=8.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
HTMLComponents
- This is a collection of custom Html components and services I find useful.
Demo
- The local 'Sandbox' project contains a demo on using the components
- A demo of this and some of my other NuGet packages can be found here
NuGet Package
Components
- CircleImage: Displays an image(photo) in a circle (i.e. Avatar).
- NOTE:
Fluent UIhas a FluentPersona component that does this and more.
- NOTE:
- SlideShow: Displays a list of images (i.e. Banner/Carousel).
Services
- ResizeObserverService Scoped service to monitor html element resizing.
Models
- UI Model
UIModelclasses for UI presentation and binding. Implements aBindValuestring property for non-string values where binding requires a string. Designed for use with Blazor @bind-Value.
Release Notes
8.3.0
IUIModelValue.BindValue. Numeric binding was added for Int32/Int64. Now supports Double/Int32/Int64 (including Nullable types).
8.2.1
IUIModelValue.IsNullableValueTypeproperty was added. Indicates if the underlying Property Type is a nullable value type.
8.2.0
- Removed all references to the
Microsoft.TypeScript.MSBuildpackage.- This package is no longer being used and was causing build issues when a RCL project also referenced this package.
8.1.4
UIModelValue.BindValuewith Enum? property. Added missing null or empty string assignment.
8.1.3
UIModelValue.ReadOnlyproperty. Moved implementation toUIValueDef.
8.1.2
- added
UIModelValue.ReadOnlyproperty. If true, the UI should not allow editing of the value.
8.1.1
UIModel.ToUIList()method is now virtual.
8.1.0
tsconfig.jsonis no longer being distributed with the NuGet package.- Added
UIModelclasses.
8.0.5
- Update NuGet pkgs
8.0.4
- ResizeObserverService
- Add DynamicDependency attribute to JSInvokable methods
8.0.3
- ResizeObserverService
- Add overloads for Observe/UnObserve that take a
List<string>
- Add overloads for Observe/UnObserve that take a
8.0.2
- Added missing ResizeObserverService:IAsyncDisposable
8.0.1
- Added ResizeObserverService
builder.Services.AddScoped<IResizeObserverService, ResizeObserverService>();
8.0.0
- Added CircleImage component
- Added SlideShow component
- Created Package
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Microsoft.AspNetCore.Components.Web (>= 8.0.19)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|