Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abooarulraj authored Oct 23, 2020
1 parent 2b51fc2 commit 6f6f468
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 6f6f468

Please sign in to comment.