![]() |
VOOZH | about |
dotnet add package Syncfusion.Blazor.Inputs --version 33.2.13
NuGet\Install-Package Syncfusion.Blazor.Inputs -Version 33.2.13
<PackageReference Include="Syncfusion.Blazor.Inputs" Version="33.2.13" />
<PackageVersion Include="Syncfusion.Blazor.Inputs" Version="33.2.13" />Directory.Packages.props
<PackageReference Include="Syncfusion.Blazor.Inputs" />Project file
paket add Syncfusion.Blazor.Inputs --version 33.2.13
#r "nuget: Syncfusion.Blazor.Inputs, 33.2.13"
#:package Syncfusion.Blazor.Inputs@33.2.13
#addin nuget:?package=Syncfusion.Blazor.Inputs&version=33.2.13Install as a Cake Addin
#tool nuget:?package=Syncfusion.Blazor.Inputs&version=33.2.13Install as a Cake Tool
A comprehensive Blazor input components including TextBox, TextArea, MaskedTextBox, NumericTextBox, Color Picker, File Upload, Slider, Rating, Signature, OTP Input, and SpeechToText. Features data validation, formatting, keyboard navigation, and accessibility support for .NET 8+.
The Blazor TextBox component is for editing or entering plain text on forms with icons, floating labels, different sizing, grouping, and validation states.
Key features:
Documentation:
The Blazor MaskedTextBox component provides an easy and reliable way to collect user input based on a standard mask for phone numbers, dates, credit card numbers, and more.
Key features:
Documentation:
The Blazor NumericTextBox component is a replacement for number-type HTML input with number format support, precision controls, and spin buttons.
Key features:
Documentation:
The Blazor Color Picker component allows picking colors from the container or by adjusting hue and opacity with inline mode and palette customization.
Key features:
Documentation:
The Blazor File Upload component is for uploading files, images, documents, and multimedia. Features include multiple file selection, progress bars, auto-uploading, drag and drop, and file validation.
Key features:
Documentation:
The Blazor Range Slider component is a custom range-type input component that allows selecting a value or range between specified min and max values.
Key features:
Documentation:
The Blazor Rating component provides star ratings with precision modes, labels, tooltips, and UI customization for services, products, and applications.
Key features:
Documentation:
The Blazor Signature component allows drawing smooth signatures as vector outlines using variable width Bézier curve interpolation with the ability to save signatures as images.
Key features:
Documentation:
The Blazor SpeechToText component provides seamless voice-to-text conversion with real-time transcription, multilingual recognition, and customizable buttons and tooltips.
Key features:
Documentation:
The Blazor TextArea component is an extended version of the HTML textarea element with floating labels, character counters, readonly state, and validation support for multi-line text input.
Key features:
Documentation:
The Blazor OTP Input component provides secure one-time password input with automatic focus management, masking options, keyboard navigation, and validation support.
Key features:
Documentation:
Components/App.razor or App.razor file.wwwroot/index.html file.<link href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
Program.cs file.using Syncfusion.Blazor;
builder.Services.AddSyncfusionBlazor();
<SfTextBox Placeholder='First Name' FloatLabelType='@FloatLabelType.Auto'></SfTextBox>
<SfMaskedTextBox Mask='000-000-0000'></SfMaskedTextBox>
<SfNumericTextBox TValue="int?" Value=5 Max=100 Min=1 Step=5></SfNumericTextBox>
<SfColorPicker></SfColorPicker>
<SfUploader></SfUploader>
@using Syncfusion.Blazor.Inputs
<SfSlider Value="30"></SfSlider>
<SfRating Value="3"></SfRating>
<SfSignature></SfSignature>
@using Syncfusion.Blazor.Inputs
<div class="speechtext-container">
<SfSpeechToText @bind-Transcript="@transcript"></SfSpeechToText>
<SfTextArea RowCount="5" ColumnCount="50" @bind-Value="@transcript" ResizeMode="Resize.None" Placeholder="Transcribed text will be shown here..."></SfTextArea>
</div>
<style>
.speechtext-container {
margin: 50px auto;
gap: 20px;
display: flex;
flex-direction: column;
align-items: center;
}
</style>
@code {
string transcript = "";
}
<SfTextArea Placeholder='Add your Comments' FloatLabelType='@FloatLabelType.Auto'></SfTextArea>
@using Syncfusion.Blazor.Inputs
<SfOtpInput Value="1234" Type="OtpInputType.Number"></SfOtpInput>
This is a commercial product and requires a paid license for possession or use. Review the Syncfusion® EULA.
Syncfusion® provides 1600+ UI components and frameworks for web, mobile, and desktop development across multiple platforms:
Web: Blazor | ASP.NET Core | ASP.NET MVC | JavaScript | Angular | React | Vue
Desktop: WinForms | WPF | WinUI
Learn more at www.syncfusion.com.
| Toll Free: 1-888-9-DOTNET
| 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 is compatible. 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 is compatible. 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. |
Showing the top 5 NuGet packages that depend on Syncfusion.Blazor.Inputs:
| Package | Downloads |
|---|---|
|
Syncfusion.Blazor.DropDowns
Provides Syncfusion® Blazor dropdown and selection components including AutoComplete, ComboBox, DropDownList, ListBox, and MultiSelect controls. Supports data binding, filtering, grouping, cascading, templates, and accessibility features for building robust selection interfaces. |
|
|
Syncfusion.Blazor.Navigations
Syncfusion® Provides Blazor navigation and menu components for building interactive navigation structures. Includes Accordion, Sidebar, Tabs, Menu Bar, Context Menu, Toolbar, and Tree View with support for keyboard navigation, accessibility features, and customizable templates. |
|
|
Syncfusion.Blazor.Calendars
Provides Syncfusion® Blazor calendar and date/time picker components for building date selection interfaces. Includes Calendar, DatePicker, DateRangePicker, DateTimePicker, and TimePicker with support for localization, custom formatting, and date range validation. |
|
|
Syncfusion.Blazor.Grid
Syncfusion® Blazor DataGrid component for rendering high-performance, feature-rich tabular UI in .NET Blazor applications. Includes virtualization, paging, sorting, filtering, grouping, editing, templates, and export (Excel/PDF). |
|
|
Syncfusion.Blazor.RichTextEditor
Syncfusion® Blazor Rich Text Editor component for composing and formatting HTML content in .NET Blazor apps. Supports toolbar, markdown, paste cleanup, formats, and extensible plugins. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 33.2.13 | 1,731 | 6/16/2026 |
| 33.2.12 | 6,752 | 6/9/2026 |
| 33.2.10 | 5,909 | 6/2/2026 |
| 33.2.8 | 5,716 | 5/26/2026 |
| 33.2.7 | 7,470 | 5/19/2026 |
| 33.2.6 | 9,791 | 5/12/2026 |
| 33.2.5 | 13,573 | 5/4/2026 |
| 33.2.4 | 10,561 | 4/27/2026 |
| 33.2.3 | 17,638 | 4/21/2026 |
| 33.1.49 | 14,138 | 4/13/2026 |
| 33.1.47 | 13,263 | 4/6/2026 |
| 33.1.46 | 5,873 | 3/30/2026 |
| 33.1.45 | 9,901 | 3/23/2026 |
| 33.1.44 | 21,358 | 3/16/2026 |
| 32.2.9 | 18,451 | 3/9/2026 |
| 32.2.8 | 13,047 | 3/2/2026 |
| 32.2.7 | 18,368 | 2/23/2026 |
| 32.2.5 | 13,208 | 2/16/2026 |
| 32.2.4 | 23,187 | 2/10/2026 |
| 32.2.3 | 21,353 | 2/5/2026 |