Skip to content

Commit b670aa9

Browse files
svdimitrjivanova
authored andcommitted
docs(scaffolders): add the docs article
1 parent 50c181b commit b670aa9

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Telerik UI for Blazor Code Scaffolders
3+
page_title: Telerik UI for Blazor Code Scaffolders - Visual Studio Code Integration
4+
description: Learn how to add a new component page in Visual Studio Code via code scaffolder templates.
5+
slug: getting-started-vs-code-integration-scaffolders
6+
position: 20
7+
---
8+
9+
10+
# Scaffolders
11+
12+
The Telerik Visual Studio Code extension provides a handy feature for increased developer productivity – scaffolders. They allow you to quickly add component pages to your application and setup the parameters of the component through an UI.
13+
14+
## Get the Extension
15+
16+
To use the **Telerik UI for Blazor Scaffolders**, install the Telerik UI for Blazor Visual Studio Code Extension. @[template](/_contentTemplates/common/general-info.md#vs-code-x-download)
17+
18+
## Add a new component page
19+
20+
1. Right-click on the name of the solution
21+
1. From the popup menu select the ``
22+
1. From the UI form, select the desired component and set the available parameters
23+
24+
>caption Add a new component page
25+
26+
## Available Scaffolded Components
27+
28+
| Component |
29+
|-----------|
30+
| [Grid]({%slug grid-overview%}) |
31+
| [TreeList]({%slug treelist-overview%}) |
32+
| [Scheduler]({%slug scheduler-overview%}) |
33+
| [Chart]({%slug components/chart/overview%}) |
34+
| [ListView]({%slug listview-overview%}) |
35+
| [Gantt]({%slug gantt-overview%}) |
36+
| [Form]({%slug form-overview%}) |
37+
| [Button]({%slug components/button/overview%}) |
38+
| [Drawer]({%slug drawer-overview%}) |
39+
| [Menu]({%slug components/menu/overview%}) |
40+
| [DropDownList]({%slug components/dropdownlist/overview%}) |
41+
| [ComboBox]({%slug components/combobox/overview%}) |

0 commit comments

Comments
 (0)