NavbarColor - MikaBerglund/Blazor-Bootstrap GitHub Wiki
NavbarColor Enumeration
Defines constants for color scheme of a Navbar
component. This controls the color of the text on the navbar. You still need to specify the background colour you want to use on your Navbar
component.
The constants are defined as:
Dark
- ForNavbar
components with dark background colour.Light
- ForNavbar
components with light background colour.