HtmlForgeX

API Reference

Class

TablerNarrativeSummaryCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Executive-style briefing surface that combines narrative copy, a compact metric rail, and short supporting insights.

Inheritance

Constructors

Methods

public TablerNarrativeSummaryCard Accent(TablerColor color) #
Returns: TablerNarrativeSummaryCard

Sets the ambient accent color used by the card shell.

Parameters

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

Adds a short supporting insight below the metric rail.

Parameters

title System.String requiredposition: 0
text System.String requiredposition: 1
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 2
icon HtmlForgeX.TablerIconType = Sparkles optionalposition: 3
public TablerNarrativeSummaryCard AddMetric(String label, String value, String note = null, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerNarrativeSummaryCard

Adds a compact headline metric to the briefing rail.

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
public TablerNarrativeSummaryCard Description(String description) #
Returns: TablerNarrativeSummaryCard

Sets the supporting narrative copy displayed under the title.

Parameters

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

Sets the compact overline shown above the briefing title.

Parameters

eyebrow System.String requiredposition: 0
GetAuxiliaryChildren() #
OnAddedToDocument() #
RegisterLibraries() #
public TablerNarrativeSummaryCard Settings(Action<TablerNarrativeSummaryCardSettings> configure) #
Returns: TablerNarrativeSummaryCard

Groups advanced display options under a smaller fluent surface.

Parameters

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

Sets the primary briefing title.

Parameters

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