Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.92 KB

Readme.md

File metadata and controls

32 lines (22 loc) · 1.92 KB

How to implement a Theme Switcher in Blazor applications

This example demonstrates how to create a Theme Switcher as in DevExpress Blazor Demos and apply the selected theme to an application dynamically. The example contains solutions both for server-side and client-side Blazor.

This Theme Switcher offers the standard Bootstrap theme, 3 DevExpress Bootstrap themes, and 21 Bootstwatch themes.

Refer to the Themes documentation topic for more information.

Files to look at:

Server-Side Blazor

Client-Side Blazor