diff --git a/PrimeBlazorApp/Pages/Components/Setup/SetupPage.razor b/PrimeBlazorApp/Pages/Components/Setup/SetupPage.razor new file mode 100644 index 0000000..1673b99 --- /dev/null +++ b/PrimeBlazorApp/Pages/Components/Setup/SetupPage.razor @@ -0,0 +1,119 @@ +@page "/setup" + +@* Style block should be removed after adding prism-coy.css and _core.scss *@ + +@* Style block should be removed after adding prism-coy.css and _core.scss *@ + +
PrimeBlazor is an under the development rich set of open source native components for Blazor.
+PrimeBlazor will be distributed at NuGet Package Manager.
+You can add them to your project in one of the following ways
+ + +Run the following command to download PrimeBlazor to your project.
+
+
+dotnet add package PrimeBlazor
+
+
+ Or add the project from the Visual NuGet Package Manager.
+ ++ Open the _Imports.razor file of your Blazor application and add this following line: +
+
+
+@@using PrimeBlazor
+
+
+
+ + The css dependencies are as follows, note that you may change the theme with another one of your choice. +
++ Open the _Host.cshtml file (Blazor Server App) or wwwroot/index.html (Blazor WebAssembly App) and include css dependencies. +
+
+
+_content/PrimeBlazor/themes/saga-blue/theme.css
+_content/PrimeBlazor/primeblazor.css
+/styles/primeflex.min.css
+/icons/primeicons.css
+
+
+
+