HtmlForgeX

API Reference

Enum

TablerCardWidth

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

Typed presets for minimum card width used by AutoFit(). Values map to CSS rem units.

Inheritance

  • Enum
  • TablerCardWidth

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const TablerCardWidth ExtraSmall #

16rem (≈256px) — smallest card width preset.

Value: 0
public const TablerCardWidth Small #

18rem (≈288px) — small card width preset.

Value: 1
public const TablerCardWidth Medium #

20rem (≈320px) — medium card width preset.

Value: 2
public const TablerCardWidth Large #

22rem (≈352px) — large card width preset; often yields ~3 across.

Value: 3
public const TablerCardWidth ExtraLarge #

24rem (≈384px) — extra large card width preset.

Value: 4