HtmlForgeX

API Reference

Class

TablerStatsRow

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element

Tabler stats row component for displaying stat cards in a responsive grid

Inheritance

Constructors

public TablerStatsRow() #

Initializes a new instance of the TablerStatsRow class

Methods

public TablerStatsRow Card(String title, String value, String change, TablerIconType icon, TablerColor color) #
Returns: TablerStatsRow

Add a stat card with all options

Parameters

title System.String requiredposition: 0
value System.String requiredposition: 1
change System.String requiredposition: 2
icon HtmlForgeX.TablerIconType requiredposition: 3
color HtmlForgeX.TablerColor requiredposition: 4
public TablerStatsRow Gutter(TablerGutter gutter) #
Returns: TablerStatsRow

Set gutter spacing

Parameters

gutter HtmlForgeX.TablerGutter requiredposition: 0
public override String ToString() #
Returns: String

Renders the stats row to HTML string

Returns

HTML representation of the stats row

public TablerStatsRow Type(TablerRowType type) #
Returns: TablerStatsRow

Set row type

Parameters

type HtmlForgeX.TablerRowType requiredposition: 0