Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.87 KB

scaffolders.md

File metadata and controls

43 lines (33 loc) · 1.87 KB
title page_title description slug position
Using the Code Scaffolders
Quickly Adding Components with Code Scaffolders - Visual Studio Integration
Learn how to add a new component page in Visual Studio (VS) with the available code scaffolder templates supported by Telerik UI for Blazor.
getting-started-vs-integration-scaffolders
10

Using the Code Scaffolders

The Telerik UI for Blazor Visual Studio (VS) extensions provide scaffolders for increased developer productivity, which allow you to quickly add component pages to your application and set up the parameters of the component through UI.

Getting the Extensions

To use the Telerik UI for Blazor scaffolders, install the Telerik UI for Blazor VS extensions. @template

Adding New Component Pages

  1. Right-click the name of the solution.
  2. From the popup menu, select the Telerik UI for Blazor Project Item.
  3. From the UI form, select the desired component and set the available parameters.
  4. The scaffolded page will be added to the Pages folder.

Supported Components

  • Data Grid
  • TreeList
  • Scheduler
  • Chart
  • ListView
  • Gantt
  • Form
  • Button
  • Drawer
  • Menu
  • DropDownList
  • ComboBox

See Also

  • Telerik UI for Blazor Visual Studio Extensions Overview
  • Creating New Projects with Visual Studio
  • Downloading the Latest Telerik UI for Blazor Versions