![]() |
VOOZH | about |
dotnet add package AlphaX.Blazor.Components.ImageCropper --version 1.0.0
NuGet\Install-Package AlphaX.Blazor.Components.ImageCropper -Version 1.0.0
<PackageReference Include="AlphaX.Blazor.Components.ImageCropper" Version="1.0.0" />
<PackageVersion Include="AlphaX.Blazor.Components.ImageCropper" Version="1.0.0" />Directory.Packages.props
<PackageReference Include="AlphaX.Blazor.Components.ImageCropper" />Project file
paket add AlphaX.Blazor.Components.ImageCropper --version 1.0.0
#r "nuget: AlphaX.Blazor.Components.ImageCropper, 1.0.0"
#:package AlphaX.Blazor.Components.ImageCropper@1.0.0
#addin nuget:?package=AlphaX.Blazor.Components.ImageCropper&version=1.0.0Install as a Cake Addin
#tool nuget:?package=AlphaX.Blazor.Components.ImageCropper&version=1.0.0Install as a Cake Tool
NuGet Package: Radzen.Blazor Image Cropper
This Blazor-based package extends Radzen.Blazor components with image cropping functionality using Cropper.Blazor and Cropper.js, filling a gap in Radzen's component suite. With this package, you can easily integrate an intuitive and customizable image cropping experience into your Blazor applications.
Key Features:
Cropper.Blazor (v1.3.4) and Cropper.js for precise, client-side image cropping functionality.Radzen.Blazor (v5.9.8)Cropper.Blazor (v1.3.4)File Choose Button Customization:
@using Microsoft.AspNetCore.Components;
<AlphaX.Blazor.Components.ImageCropper ImageData="@imageData" FileButtonStyle="display: inline-flex; align-items: center; justify-content: center;
gap: 8px; height: 40px; padding: 0px 20px; font-size: 14px;
font-weight: 600; text-transform: uppercase;
background-color: #d32f2f; color: white; border-radius: 999px;
cursor: pointer; box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px;" />
@code{
private ImageDataItem imageData;
protected override async Task OnInitializedAsync()
{
imageData = new ImageDataItem();
//other initialization code...
}
protected async Task FormSubmit()
{
model.imageURL = imageData.ImageURL;
model.imageExtension = Path.GetExtension(imageData.FileName);
}
}
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 462 | 2/13/2025 |