HtmlForgeX

API Reference

Enum

TablerSidebarWidthPreset

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

Controls the desktop width profile used by a sidebar navigation shell.

Inheritance

  • Enum
  • TablerSidebarWidthPreset

Values

public const TablerSidebarWidthPreset Default #

Uses the standard Tabler sidebar width.

Value: 0
public const TablerSidebarWidthPreset Slim #

Uses a narrow icon-rail friendly sidebar width.

Value: 1
public const TablerSidebarWidthPreset Wide #

Uses a roomier sidebar width for denser labels or larger brand blocks.

Value: 2