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 *@ + +
+
+
+

Setup

+

PrimeBlazor is an under the development rich set of open source native components for Blazor.

+
+
+
+
Download
+

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.

+ +
Import
+

+ Open the _Imports.razor file of your Blazor application and add this following line: +

+
+         
+@@using PrimeBlazor
+            
+            
+ +
Styles
+

+ 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
+                
+            
+ +
+
\ No newline at end of file diff --git a/PrimeBlazorApp/Pages/Index.razor b/PrimeBlazorApp/Pages/Index.razor index e6a33cc..53a17ec 100644 --- a/PrimeBlazorApp/Pages/Index.razor +++ b/PrimeBlazorApp/Pages/Index.razor @@ -1,5 +1,9 @@ @page "/" -

Hello, world!

+
+
+

Hello, world!

-Welcome to your new app. + Welcome to your new app. +
+