Replies: 1 comment 3 replies
-
You might need to enable Interactive Server mode |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to get Blazorise to work with Blazor server Authentication. I fixed all the issues but I don't get the default Blazorise Home page.
I am new to Blazorise and Blazor, nay help would be appreciated. Thanks.
My page source looks like this . . .
<style id='b-theme-variables'> | --b-theme-white: #ffffff; | --b-theme-black: #343a40; | --b-border-radius: .25rem; | --b-border-radius-lg: .3rem; | --b-border-radius-sm: .2rem; | --b-theme-primary: #0288D1; | --b-theme-primary-r: 2; | --b-theme-primary-g: 136; | --b-theme-primary-b: 209; | --b-theme-primary-a: 1.00; | --b-button-primary-background: #0288D1; | --b-button-primary-border: #0288D1; | --b-button-primary-hover-background: #0173B1; | --b-button-primary-hover-border: #349FDA; | --b-button-primary-active-background: #016CA7;Beta Was this translation helpful? Give feedback.
All reactions