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

Usage

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

Returned or exposed by

Accepted by parameters

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