Skip to content

Commit 99f743d

Browse files
authored
Update README.md
1 parent 5930a9d commit 99f743d

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
1-
# create-a-textbox-component-in-a-blazor-webassembly-app
1+
# Create a TextBox Component in a Blazor WebAssembly App
2+
23
A quick-start project that helps you create a Blazor TextBox of Syncfusion in a Blazor WebAssembly application. In this example, you can learn how to add prominent features like placeholder value, two-way data binding, validation, custom styles, float labels, multiline, read only, and disable a TextBox.
4+
5+
Watch the video now:<coming soon>
6+
7+
Documentation: https://blazor.syncfusion.com/documentation/textbox/getting-started
8+
9+
Online example: https://blazor.syncfusion.com/demos/textbox/default-functionalities
10+
11+
## Project prerequisites
12+
Make sure you have the compatible version of .NET Core on your machine before starting to work on this project. You also need the following:
13+
* [Visual Studio 2019 (version 16.6+)]( https://visualstudio.microsoft.com/downloads)
14+
* [.NET Core SDK 3.1.3+](https://dotnet.microsoft.com/download/dotnet-core/3.1)
15+
16+
## How to run this application
17+
To run this application, you need to first clone or download the ‘create a textbox component in a blazor webassembly app’ repository and then open it in Visual Studio 2019. Now, build and run your project to view the output.
18+
19+
## Further help
20+
21+
To get more help, check the [ASP.NET Core Blazor documentation](https://docs.microsoft.com/en-us/aspnet/core/blazor).

0 commit comments

Comments
 (0)