chanan / BlazorStrap

Bootstrap 4 Components for Blazor Framework
https://blazorstrap.io
The Unlicense
920 stars 157 forks source link

Documentation on how to set a theme? #596

Closed gregowahoo closed 1 year ago

gregowahoo commented 1 year ago

I can't find any documentation on how to set a theme. Thanks!

This page doesn't help.... https://blazorstrap.io/VNext/V5/themes

jbomhold3 commented 1 year ago

https://blazorstrap.io/V5/V5/themes. If you're only going to have one theme, don't use this. Just load in the CSS directly. Please note the Advanced part of this did change in the next release. If your using the preview, ignore the example for advanced.

gregowahoo commented 1 year ago

Thanks. I finally figured it out. I just spent the day setting the theme last used by the user, upon successfully logging in. Works great. Love BlazorStrap!