Skip to content

Commit c8ff376

Browse files
docs(common): add links and info for server blazor
1 parent 46bd047 commit c8ff376

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

getting-started/client-blazor.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,8 @@ The final step is to actually use a component on a view and run it in the browse
6666

6767
1. **Add** a **Button** component to the `~/Pages/Index.cshtml` view:
6868
@[template](/_contentTemplates/common/get-started.md#add-component-sample)
69+
70+
## See Also
71+
72+
* [Get Started with Server-side Blazor]({%slug getting-started/server-side%})
73+
* [Telerik Private NuGet Feed]({%slug installation/nuget%})

getting-started/server-blazor.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,8 @@ The final step is to actually use a component on a view and run it in the browse
6666

6767
1. **Add** a **Button** component to the `~/Components/Pages/Index.cshtml` view:
6868
@[template](/_contentTemplates/common/get-started.md#add-component-sample)
69+
70+
## See Also
71+
72+
* [Get Started with Client-side Blazor]({%slug getting-started/client-side%})
73+
* [Telerik Private NuGet Feed]({%slug installation/nuget%})

introduction.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,19 @@ position: 1
1010

1111
Thank you for choosing Telerik® UI for Blazor!
1212

13-
The [Blazor framework](https://blazor.net/) by Microsoft allows you to create web applications with .NET and WebAssembly by using C# to create front-end. The Telerik® UI for Blazor components facilitate the front-end development by providing you with ready made UI components.
13+
The [Blazor framework](https://blazor.net/) by Microsoft allows you to create web applications with .NET and C# to create front-end. The Telerik® UI for Blazor components facilitate the front-end development by providing you with ready made UI components.
1414

1515
The UI for Blazor suite shares HTML rendering and web assets (like stylesheets) with the Kendo UI suites, so you can reuse existing knowledge and classes. The components in **UI for Blazor are native components** and not wrappers over jQuery widgets, however.
1616

17+
Telerik UI for Blazor supports both Client-side Blazor and Serve-side Blazor apps.
18+
1719
## Getting Started
1820

19-
If you are a new user, we recommend that you **follow the [First Steps]({%slug getting-started/first-steps%})** article to add the Telerik components to your application.
21+
If you are a new user, we recommend that you **follow the First Steps articles** to add the Telerik components to your application:
22+
23+
* [Get Started with Client-side Blazor]({%slug getting-started/client-side%})
24+
25+
* [Get Started with Server-side Blazor]({%slug getting-started/server-side%})
2026

2127
## List of Components
2228

0 commit comments

Comments
 (0)