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. You can get the extension from:
- The Visual Studio Marketplace (for Visual Studio 2022 for Windows and Visual Studio 2019 for Windows).
- The Telerik UI for Blazor automated installer (for Windows and Mac).
- Your Telerik.com account - the
.mpack
file for VS for Mac.
Adding New Component Pages
- Right-click the name of the solution.
- From the popup menu, select the Telerik UI for Blazor Project Item.
- From the UI form, select the desired component and set the available parameters.
- The scaffolded page will be added to the
Pages
folder.