HtmlForgeX

API Reference

Class

TablerNarrativeCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Compact narrative card for short tab summaries, operator context, and lightweight story copy.

Inheritance

Constructors

Methods

public TablerNarrativeCard Accent(TablerColor color) #
Returns: TablerNarrativeCard

Sets the ambient accent color used by the narrative card.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerNarrativeCard AddHighlight(String text, Nullable<TablerIconType> icon = null, Nullable<TablerColor> color = null) #
Returns: TablerNarrativeCard

Adds a compact highlight line shown below the narrative body.

Parameters

text System.String requiredposition: 0
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 1
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 2
public TablerNarrativeCard AddParagraph(String text, Boolean muted = false) #
Returns: TablerNarrativeCard

Adds a paragraph to the narrative body.

Parameters

text System.String requiredposition: 0
muted System.Boolean = false optionalposition: 1
public TablerNarrativeCard Eyebrow(String eyebrow) #
Returns: TablerNarrativeCard

Sets a small overline shown above the title.

Parameters

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

Groups advanced display options under a smaller surface.

Parameters

configure System.Action{HtmlForgeX.TablerNarrativeCardSettings} requiredposition: 0
public TablerNarrativeCard Subtitle(String subtitle) #
Returns: TablerNarrativeCard

Sets supporting text shown below the title.

Parameters

subtitle System.String requiredposition: 0
public TablerNarrativeCard Title(String title) #
Returns: TablerNarrativeCard

Sets the card title.

Parameters

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