HtmlForgeX

API Reference

Enum

TablerNavbarTheme

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Represents navbar theme options for Tabler layouts.

Inheritance

  • Enum
  • TablerNavbarTheme

Values

public const TablerNavbarTheme Default #

Default light navbar theme.

Value: 0
public const TablerNavbarTheme Dark #

Dark navbar theme with light text.

Value: 1
public const TablerNavbarTheme Transparent #

Transparent navbar with overlay.

Value: 2