Tuesday, August 18, 2020

Syncfusion Blazor Template Studio

I was evaluating third party UI libraries for Blazor and came across Syncfusion Blazor Template Studio. It's a simple Visual Studio 2019 extension where you can easily set up a Blazor Application.

Once you have installed the extension, there is a new project template called Syncfusion Blazor Template Studio in Visual Studio New Project Dialog.

New Project Dialog

It's a complete Wizard Driven, once you give a project name, then you can select whether you are going to create Blazor Server or WebAssembly App.

Select Project Type

Then you can select the list of controls (over 65 Blazor controls, which is awesome) you would like to have in your project (don't worry, you can add the controls later if you miss this step anyway)

Select Controls

Once you have selected the controls, you can customize what features you would like to use in each of the controls.

Select Features

In the last step, you can select the .NET Version and the theme. There are a couple of themes to select as well.

Configuration

And finally, when you click on Create the project, a project is created with all the sample use of controls you have selected.

Sample App

Pages
This is pretty awesome. If you are working on Blazor, this is something you should really have a look at.

Happy Coding.

Regards,
Jaliya

No comments:

Post a Comment