This sample project demonstrates how to enhance content creation productivity by inserting predefined templates into the Syncfusion Blazor Rich Text Editor.
- .NET 6.0 SDK or later
- Visual Studio 2022 or any IDE that supports Blazor
- Syncfusion Blazor NuGet packages
-
Clone the repository:
git clone https://github.com/SyncfusionExamples/blazor-richtexteditor-templates.git
-
Navigate to the project folder:
cd blazor-richtexteditor-templates
-
Restore the NuGet packages:
dotnet restore
-
Build and run the application:
dotnet run
-
Open the browser at https://localhost:port (port varies).