From e7efdb12ed09ec45ed9188b4fa02fabc679ab2c2 Mon Sep 17 00:00:00 2001 From: Backia Raj Kanagaraj Date: Tue, 1 Nov 2022 09:37:58 +0530 Subject: [PATCH] Modified the readme content --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 719735b..8a323cb 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,18 @@ # Customizing Blazor ListView using Templates + A quick start Blazor WebAssembly app that helps you to customize the ListView component header, item, and its group header using templates. -Documentation: https://blazor.syncfusion.com/documentation/listview/customizing-templates/ +**Documentation**: https://blazor.syncfusion.com/documentation/listview/customizing-templates/ -Online examples: https://blazor.syncfusion.com/demos/listview/list-templates +**Online examples**: https://blazor.syncfusion.com/demos/listview/list-templates -## Project prerequisites +## Prerequisites -Make sure that you have the compatible versions of Visual Studio 2019 and .NET Core SDK 3.1.3 in your machine before starting to work on this project. +* Visual Studio 2022 -## How to run this application? +## How to run the project -To run this application, you need to first clone the `customizing-blazor-listview-using-templates` repository and then open it in Visual Studio 2019. Now, simply build and run your project to view the output. +* 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. \ No newline at end of file