HtmlForgeX

API Reference

Class

TablerSummaryStrip

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Compact summary strip for rendering several metric chips in one reusable block.

Inheritance

Constructors

Methods

public TablerSummaryStrip AddItem(String label, String value, String note = null, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerSummaryStrip

Adds one summary chip to the strip.

Parameters

label System.String requiredposition: 0
value System.String requiredposition: 1
note System.String = null optionalposition: 2
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 3
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 4
RegisterLibraries() #
public TablerSummaryStrip Settings(Action<TablerSummaryStripSettings> configure) #
Returns: TablerSummaryStrip

Groups advanced display options under a smaller surface.

Parameters

configure System.Action{HtmlForgeX.TablerSummaryStripSettings} requiredposition: 0
public override String ToString() #
Returns: String