HtmlForgeX

API Reference

Class

TablerHighlightCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Story-first dashboard card with an annotated visual stage and floating callouts.

Inheritance

Constructors

Methods

public TablerHighlightCard Accent(TablerColor color) #
Returns: TablerHighlightCard

Sets the accent color used by the visual treatment.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerHighlightCard AddCallout(String label, String value, String note = null, TablerHighlightCalloutPosition position = Auto) #
Returns: TablerHighlightCard

Adds a floating visual annotation rendered around the visual stage.

Parameters

label System.String requiredposition: 0
value System.String requiredposition: 1
note System.String = null optionalposition: 2
position HtmlForgeX.TablerHighlightCalloutPosition = Auto optionalposition: 3
public TablerHighlightCard AddStat(String label, String value) #
Returns: TablerHighlightCard

Adds a compact stat tile shown under the story copy.

Parameters

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

Sets the supporting body copy.

Parameters

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

Sets the compact overline shown above the title.

Parameters

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

Groups advanced display options under a smaller fluent surface.

Parameters

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

Sets the primary story title.

Parameters

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