HtmlForgeX

API Reference

Enum

TabsPillsFillMinWidth

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

Presets for the minimum width used by boxed pill tabs when nav-fill/nav-justified is enabled. Smaller presets pack more tabs per row (at the cost of more title truncation).

Inheritance

  • Enum
  • TabsPillsFillMinWidth

Values

public const TabsPillsFillMinWidth UltraCompact #

Extremely compact; packs as many tabs per row as possible.

Value: 0
public const TabsPillsFillMinWidth ExtraCompact #

Very compact; aims to keep the navigation in fewer rows.

Value: 1
public const TabsPillsFillMinWidth Compact #

Compact; good default for icon + short text.

Value: 2
public const TabsPillsFillMinWidth Default #

Balanced default.

Value: 3
public const TabsPillsFillMinWidth Spacious #

Spacious; avoids truncation but may create more rows.

Value: 4
public const TabsPillsFillMinWidth Wide #

Wide; prioritizes readability over density.

Value: 5

Extension Methods

public static String ToCssLength(TabsPillsFillMinWidth preset) #
Returns: String

Maps a preset to a CSS length value.

Parameters

preset HtmlForgeX.TabsPillsFillMinWidth requiredposition: 0