UI for ASP.NET Core
The Wizard component can use the existing Form component for configuration - each step of the Wizard has the same functionality as a stand-alone Form component and can thus benefit from all the Form’s features. An example on how to configure Form component can be found in the Wizard Form demo.
Built-in support is provided for loading content via AJAX. You only need to set the wizard’s contentURL and it will take of the rest. Alternatively, content by loaded locally from a piece of HTML (HTML string or DOM element) either by specifying the piece directly or by using the form element in the step.
The Wizard’s stepper can be oriented & positioned in 3 distinct places relative to the Wizard’s content:
The Telerik ASP.NET Core Wizard has several built-in themes such as Default (our own styling), Material (based on the Material Design guidelines), Bootstrap (which looks like the Bootstrap styling to integrate better) and Fluent (based on Microsoft Fluent UI). You can easily customize any of out-of-the-box themes with a few lines of CSS, or create new theme to match your colors and branding by using the Telerik SASS ThemeBuilder application.
The Telerik UI for ASP.NET Core Wizard implements keyboard navigation and accessibility features to allow as many people to use it. Navigation and interaction with the steps and inputs of the component can be done entirely through keyboard. Major accessibility standards such as WCAG, Section 508 and WAI-ARIA attributes are all supported for the best user experience.