HtmlForgeX

API Reference

Class

TablerInsightSummaryCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Story-driven dashboard card that combines hero copy with a compact deck of insight tiles.

Inheritance

Constructors

Methods

public TablerInsightSummaryCard Accent(TablerColor color) #
Returns: TablerInsightSummaryCard

Sets the accent color used by the visual treatment.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerInsightSummaryCard AddInsight(String title, String value, String subtitle = null, TablerIconType icon = Sparkles, Nullable<TablerColor> color = null) #
Returns: TablerInsightSummaryCard

Adds an insight tile shown in the compact deck beside the hero copy.

Parameters

title System.String requiredposition: 0
value System.String requiredposition: 1
subtitle System.String = null optionalposition: 2
icon HtmlForgeX.TablerIconType = Sparkles optionalposition: 3
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 4
public TablerInsightSummaryCard AddStat(String label, String value) #
Returns: TablerInsightSummaryCard

Adds a compact stat chip shown under the hero copy.

Parameters

label System.String requiredposition: 0
value System.String requiredposition: 1
public TablerInsightSummaryCard Description(String description) #
Returns: TablerInsightSummaryCard

Sets the supporting body copy.

Parameters

description System.String requiredposition: 0
public TablerInsightSummaryCard Eyebrow(String eyebrow) #
Returns: TablerInsightSummaryCard

Sets the compact overline shown above the title.

Parameters

eyebrow System.String requiredposition: 0
RegisterLibraries() #
public TablerInsightSummaryCard Settings(Action<TablerInsightSummaryCardSettings> configure) #
Returns: TablerInsightSummaryCard

Groups advanced display options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerInsightSummaryCardSettings} requiredposition: 0
public TablerInsightSummaryCard Title(String title) #
Returns: TablerInsightSummaryCard

Sets the primary card title.

Parameters

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