We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64a86a commit f83eebfCopy full SHA for f83eebf
README.md
@@ -1 +1,18 @@
1
-# blazor-dataform-auto-generation
+# Blazor DataForm Auto-generation
2
+The Blazor DataForm is a component that simplifies form creation by generating input fields based on the properties of the data model.
3
+
4
+## Prerequisites
5
6
+* Visual Studio 2022
7
8
+## How to run the project
9
10
+* Checkout this project to a location in your disk.
11
+* Open the solution file using the Visual Studio 2022.
12
+* Restore the NuGet packages by rebuilding the solution.
13
+* Run the project.
14
15
+## See also
16
17
+* [Online examples](https://blazor.syncfusion.com)
18
+* [Documentation](https://blazor.syncfusion.com/documentation/introduction/)
0 commit comments