BlazorNInput 4.0.1-beta.1
This is a prerelease version of BlazorNInput.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package BlazorNInput --version 4.0.1-beta.1
NuGet\Install-Package BlazorNInput -Version 4.0.1-beta.1
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="BlazorNInput" Version="4.0.1-beta.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BlazorNInput --version 4.0.1-beta.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BlazorNInput, 4.0.1-beta.1"
#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.
// Install BlazorNInput as a Cake Addin #addin nuget:?package=BlazorNInput&version=4.0.1-beta.1&prerelease // Install BlazorNInput as a Cake Tool #tool nuget:?package=BlazorNInput&version=4.0.1-beta.1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
BlazorNInput
Tab component for Blazor
Nuget Gallery
The Nuget package page can be found at https://www.nuget.org/packages/BlazorInput/
Installation
To install BlazorNInput using Package Manager run the following command
Install-Package BlazorInput -Version 4.0.0
To install BlazorNInput using .NET CLI run the following command
dotnet add package BlazorInput --version 4.0.0
After you have installed the package add the following line in the _Imports.razor
file
@using BlazorNInput
Paramètres
BlazorInputText
- The
BlazorInputText
component accepts following parameters:- Placeholder : The placeholder displayed when no text is entered.
- bind-Value : The value retrieved by input.
- ReadOnly : true ou false. Make the field read-only.
- ValidationPattern : A regular expression to apply a control on the cell.
- LabelError : The message to display in case of validation failure.
Example of use:
<BlazorInputText Placeholder="Placeholder"
@bind-value="value"
ReadOnly="false"
LabelError="Ceci est une erreur"
ValidationPattern="^[-]?\d+$"/>
preview
Soon
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- Microsoft.AspNetCore.Components.Web (>= 7.0.10)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on BlazorNInput:
Package | Downloads |
---|---|
BlazorDataGrid
A filtered, paged, sorted and editabled datagrid |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.1 | 242 | 9/1/2023 |
4.0.1-beta.1 | 86 | 9/1/2023 |
4.0.0 | 180 | 8/25/2023 |
3.0.0 | 422 | 7/7/2022 |