Skip to content

Commit 8579bce

Browse files
authored
Update README.md
1 parent 8290eaf commit 8579bce

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-Dialog-Component-in-a-Blazor-Server-Application
1+
# Create a Dialog Component in a Blazor Server Application
2+
23
This is a quick-start project provided by Syncfusion that helps you create a Blazor Dialog. This example explains how to create a Blazor application and add the Syncfusion Blazor package. It also shows how to add the Syncfusion Blazor Dialog component to the Blazor server application and demonstrates how to render a Dialog with the Ok button, display a modal Dialog and render the Dialog content using HTML.
4+
5+
Watch a How-to Video:
6+
7+
Documentation: https://blazor.syncfusion.com/documentation/dialog/getting-started
8+
9+
Online example: https://blazor.syncfusion.com/demos/dialog/default-functionalities
10+
11+
## Project prerequisites
12+
Make sure that you have compatible versions of .NET Core on your machine before starting to work on this project. You also need the following:
13+
* [Visual Studio 2019 (version 16.4+)]( https://visualstudio.microsoft.com/downloads)
14+
* [.NET Core SDK 3.1.201+](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 this ‘Create a Dialog Component in a Blazor Server Application’ 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+
For more help, check the [ASP.NET Core Blazor documentation](https://docs.microsoft.com/en-us/aspnet/core/blazor).

0 commit comments

Comments
 (0)