diff --git a/README.md b/README.md index a51e316..066d6fa 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ -# customize-the-appearance-of-a-blazor-autocomplete-using-templates +# Customize the Appearance of a Blazor AutoComplete Using Templates + A quick-start project that helps you customize Syncfusion Blazor AutoComplete easily using templates in a WebAssembly app. In this example, you will learn how to customize the appearance of AutoComplete items, headers, and footers; display data-fetch action failure information; and show no records information using templates in the Syncfusion Blazor AutoComplete. + +Watch the video: Coming soon... + +Documentation: https://blazor.syncfusion.com/documentation/autocomplete/templates +Online example: https://blazor.syncfusion.com/demos/autocomplete/template + +## Project prerequisites +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: +* [Visual Studio 2019 (version 16.6+)]( https://visualstudio.microsoft.com/downloads) +* [.NET Core SDK 3.1.3+](https://dotnet.microsoft.com/download/dotnet-core/3.1) + +## How to run this application +To run this application, you need to first clone or download the ‘customize the appearance of a blazor autocomplete using templates’ repository and then open it in Visual Studio 2019. Now, build and run your project to view the output. + +## Further help +For more help, check the [ASP.NET Core Blazor documentation] (https://docs.microsoft.com/en-us/aspnet/core/blazor).