Getting Started with Telerik REPL for Blazor: Part 3
This video shows you the easy steps to getting started with the Telerik REPL for Blazor & embedding code snippets created with the REPL. In the REPL you can:
Write a Blazor component that contains HTML and C# code in the default __Main.razor file
If you want to use multiple components or C# files (models, services, code-behind, etc...), use the plus icon on top of the editor to create them.
When your components are ready, you can run the code by clicking on the Run icon in the header or pressing CTRL + S on your keyboard.