Skip to content

akorenchikov/blazor-implement-theme-switcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Blazor, Theme Switcher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 55.2%
  • C# 42.0%
  • JavaScript 2.8%