You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _contentTemplates/common/get-started.md
+72-1Lines changed: 72 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,77 @@ You can also use the official VS 2019 installation and enable the .NET Core 3.0
43
43
#add-nuget-feed
44
44
## Add the Telerik NuGet Feed to Visual Studio
45
45
46
-
Telerik UI for Blazor is distributed through our private NuGet feed. Follow the [Setup the Telerik Private NuGet Feed]({%slug installation/nuget%}) article to set this up in case you don't have it already.
46
+
Telerik UI for Blazor is distributed through our private NuGet feed.
47
+
48
+
Follow the [Setup the Telerik Private NuGet Feed]({%slug installation/nuget%}) article to set it up in case you don't have it already.
49
+
50
+
Visit the following link to activate access to the Blazor Preview so you can alter download the package: [https://www.telerik.com/download-trial-file/v2-b/ui-for-blazor](https://www.telerik.com/download-trial-file/v2-b/ui-for-blazor).
51
+
52
+
Once you have added the Telerik NuGet feed, continue with this tutorial.
53
+
#end
54
+
55
+
56
+
#project-creation-part-1
57
+
If you have one, go to the [Add to Existing Project](#add-to-existing-project) section below.
58
+
59
+
If you don't have a Blazor project set up, first you need to create one:
60
+
61
+
1. Open Visual Studio 2019
62
+
63
+
1. Create a New Project
64
+
65
+
1. Choose `ASP.NET Core Web Application` and click `Next`. Then, choose a name and location for the project and click `Create`.
66
+
67
+

68
+
#end
69
+
70
+
71
+
72
+
#get-access
73
+
To get access to the UI for Blazor components, follow these steps:
74
+
75
+
1. Activate a trial by visiting the following link: [https://www.telerik.com/download-trial-file/v2-b/ui-for-blazor](https://www.telerik.com/download-trial-file/v2-b/ui-for-blazor). This activates a UI for Blazor preview in your account and enables the [Telerik private NuGet feed](#add-the-telerik-nuget-feed-to-visual-studio) for you, so you can install our components. Make sure that you have configured [our NuGet feed](#add-the-telerik-nuget-feed-to-visual-studio).
76
+
77
+
1. Install the `Telerik.UI.for.Blazor` NuGet package to your Blazor project. If you do not see it in the `telerik.com` feed, wait for a about 20-30 minutes after activating the trial:
78
+
#end
79
+
80
+
81
+
#add-component-sample
82
+
83
+
**CSHTML**
84
+
85
+
<TelerikButton>Say Hello</TelerikButton>
86
+
87
+
1. Optionally, hook up a click handler that will show a message. The resulting view should look like this:
Telerik UI for Blazor is distributed through our private NuGet feed. Follow the [Setup the Telerik Private NuGet Feed]({%slug installation/nuget%}) article to set this up in case you don't have it already.
We recommend the usage of `Blazor (ASP.NET Hosted)` project. If you have one, go to the [Add to Existing Project](#add-to-existing-project) section below.
31
-
32
-
If you don't have a Blazor project set up, first you need to create one:
33
-
34
-
1. Open Visual Studio 2019
35
-
36
-
1. Create a New Project
37
-
38
-
1. Choose `ASP.NET Core Web Application` and click `Next`. Then, choose a name and location for the project and click `Create`.
39
-
40
-

28
+
For client-side Blazor, we recommend the usage of `Blazor (ASP.NET Hosted)` project.
1. Choose the `Blazor (ASP.NET Hosted)` project type and click `Create`.
43
32
@@ -46,11 +35,7 @@ If you don't have a Blazor project set up, first you need to create one:
46
35
47
36
### Add to Existing Project
48
37
49
-
To get access to the UI for Blazor components, follow these steps:
50
-
51
-
1. Activate a trial by visiting the following link: [https://www.telerik.com/download-trial-file/v2-b/ui-for-blazor](https://www.telerik.com/download-trial-file/v2-b/ui-for-blazor). This activates a UI for Blazor preview in your account and enables the [Telerik private NuGet feed](#add-the-telerik-nuget-feed-to-visual-studio) for you, so you can install our components. Make sure that you have configured [our NuGet feed](#add-the-telerik-nuget-feed-to-visual-studio).
52
-
53
-
1. Install the `Telerik.UI.for.Blazor` NuGet package to your Blazor project. If you do not see it in the `telerik.com` feed, wait for a about 20-30 minutes after activating the trial:
Copy file name to clipboardExpand all lines: getting-started/server-blazor.md
+5-52Lines changed: 5 additions & 52 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,17 +25,8 @@ This article explains how to get the Telerik UI for Blazor components in your **
25
25
26
26
## Add the Telerik Components to Your Project
27
27
28
-
To use Blazor server-side, you need to use the `Razor Components` type of project. If you have one, go to the [Add to Existing Project](#add-to-existing-project) section below.
29
-
30
-
If you don't have a Blazor project set up, first you need to create one:
31
-
32
-
1. Open Visual Studio 2019
33
-
34
-
1. Create a New Project
35
-
36
-
1. Choose `ASP.NET Core Web Application` and click `Next`. Then, choose a name and location for the project and click `Create`.
37
-
38
-

28
+
To use Blazor server-side, you need to use the `Razor Components` type of project.
1. Choose the `Razor Components` project type and click `Create`.
41
32
@@ -44,19 +35,15 @@ If you don't have a Blazor project set up, first you need to create one:
44
35
45
36
### Add to Existing Project
46
37
47
-
To get access to the UI for Blazor components, follow these steps:
48
-
49
-
1. Activate a trial by visiting the following link: [https://www.telerik.com/download-trial-file/v2-b/ui-for-blazor](https://www.telerik.com/download-trial-file/v2-b/ui-for-blazor). This activates a UI for Blazor preview in your account and enables the [Telerik private NuGet feed](#add-the-telerik-nuget-feed-to-visual-studio) for you, so you can install our components. Make sure that you have configured [our NuGet feed](#add-the-telerik-nuget-feed-to-visual-studio).
50
-
51
-
1. Install the `Telerik.UI.for.Blazor` NuGet package to your Blazor project. If you do not see it in the `telerik.com` feed, wait for a about 20-30 minutes after activating the trial:
0 commit comments