Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 21 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,31 @@
# Create a Numeric Textbox in a Blazor Server Application

This sample explains about how to creating a Blazor NumericTextBox component in Blazor Server Application.
This sample explains about how to creating a [Blazor NumericTextBox](https://www.syncfusion.com/blazor-components/blazor-numeric-textbox) component in Blazor Server application.

**Watch the video now**: https://www.syncfusion.com/tutorial-videos/blazor/numeric-textbox?title=create-a-numeric-textbox-in-a-blazor-server-application
## Prerequisites

**Documentation**: https://blazor.syncfusion.com/documentation/numeric-textbox/getting-started
* [Visual Studio 2022](https://visualstudio.microsoft.com/vs/) or later
* [Visual Studio Code](https://code.visualstudio.com/)

**Online example**: https://blazor.syncfusion.com/demos/numeric-textbox/default-functionalities
## How to run the project

## Prerequisites
1. Clone or download this repository to a location in your system.
2. Open the solution file using the Visual Studio or Visual Studio code.
3. Restore the NuGet packages by rebuilding the solution or run `dotnet restore`.
4. Build the project to ensure there are no compilation errors.
5. Run the project.

* Visual Studio 2022
Optional CLI Commands:

## How to run the project
```powershell
dotnet restore
dotnet build
```

## References

**Documentation**: https://blazor.syncfusion.com/documentation/numeric-textbox/getting-started

* Checkout this project to a location in your disk.
* Open the solution file using the Visual Studio 2022.
* Restore the NuGet packages by rebuilding the solution.
* Run the project.
**Online examples**: https://blazor.syncfusion.com/demos/numeric-textbox/default-functionalities?theme=fluent2

## Further help
To get more help, check the [ASP.NET Core Blazor documentation](https://docs.microsoft.com/en-us/aspnet/core/blazor).
**Watch the video now**: https://www.syncfusion.com/tutorial-videos/blazor/numeric-textbox?title=create-a-numeric-textbox-in-a-blazor-server-application