Fundamentals
Components
Code Utilities
Demo
BcThemeRenderer
Description
The BcThemeRenderer component transfers all properties of the current IBcTheme from the BcThemeServices as CSS variables into the HTML DOM.
Different themes can be loaded via dependency injection. The framework currently provides two implementations of IBcTheme: BcDarkTheme and BcLightTheme.
You can implement your own custom themes. If you require additional properties, please reach out so they can be added in future versions.
Don't forget to register all themes in 'Program.cs'.