HtmlForgeX

API Reference

Class

TablerActivityFeedCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Activity feed card that combines a compact metric strip with ranked entries.

Inheritance

Constructors

Methods

public TablerActivityFeedCard Accent(TablerColor color) #
Returns: TablerActivityFeedCard

Sets the accent color used by the card shell.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerActivityFeedCard AddEvent(String label, String value, String note = null, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerActivityFeedCard

Adds an activity row to the feed.

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 TablerActivityFeedCard AddMetric(String label, String value, String note = null, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerActivityFeedCard

Adds a compact headline metric above the activity feed.

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
GetAuxiliaryChildren() #
OnAddedToDocument() #
RegisterLibraries() #
public TablerActivityFeedCard Settings(Action<TablerActivityFeedCardSettings> configure) #
Returns: TablerActivityFeedCard

Groups advanced display options under a smaller fluent surface.

Parameters

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

Sets supporting text displayed below the title.

Parameters

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

Sets the card title.

Parameters

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