diff --git a/components/wizard/templates.md b/components/wizard/templates.md new file mode 100644 index 000000000..f24cff492 --- /dev/null +++ b/components/wizard/templates.md @@ -0,0 +1,73 @@ +--- +title: Templates +page_title: Wizard Templates +description: Explore the available templates for the Wizard for Blazor. +slug: wizard-templates +tags: telerik,blazor,wizard,template,templates +published: True +position: 50 +--- + +# Wizard Templates + +You can customize the whole appearance of the steps in the Stepper, that is part of the Wizard component, through their `StepTemplate`. It allows you to control the rendering and styles of both indicators and labels of the step. + +````CSHTML +@*Use Roman numerals to enumerate the steps.*@ + + + + + + + Ⅰ + + + +

Welcome to the Wizard!

+
+
+ + +
+ Ⅱ +
+
+ +

The user is performing some actions...

+
+
+ + + + Ⅲ + + + +

Thank you!

+
+
+
+
+ + +```` + +## See Also + + * [Live Demos: Wizard Template](https://demos.telerik.com/blazor-ui/wizard/template) \ No newline at end of file