HtmlForgeX

API Reference

Class

TablerStatTileCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Compact dashboard tile for a small but polished stat with icon, value, and supporting note.

Inheritance

Constructors

Methods

public TablerStatTileCard Accent(TablerColor color) #
Returns: TablerStatTileCard

Sets the accent color used by the tile.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
RegisterLibraries() #
public TablerStatTileCard Settings(Action<TablerStatTileCardSettings> configure) #
Returns: TablerStatTileCard

Groups advanced display options under a smaller surface.

Parameters

configure System.Action{HtmlForgeX.TablerStatTileCardSettings} requiredposition: 0
public TablerStatTileCard Subtitle(String subtitle) #
Returns: TablerStatTileCard

Sets supporting text shown under the value.

Parameters

subtitle System.String requiredposition: 0
public TablerStatTileCard Title(String title) #
Returns: TablerStatTileCard

Sets the compact title.

Parameters

title System.String requiredposition: 0
public override String ToString() #
Returns: String
public TablerStatTileCard Value(String value) #
Returns: TablerStatTileCard

Sets the primary value.

Parameters

value System.String requiredposition: 0