HtmlForgeX

API Reference

Class

TablerPeopleReviewCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Dashboard card for stakeholder-facing review and approval surfaces with people context and decision tracking.

Inheritance

Constructors

Methods

public TablerPeopleReviewCard Accent(TablerColor color) #
Returns: TablerPeopleReviewCard

Sets the ambient accent color used by the card.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerPeopleReviewCard AddDecision(String title, String owner, String due, TablerColor color, String note = null, Nullable<TablerIconType> icon = null) #
Returns: TablerPeopleReviewCard

Adds a decision lane item with owner and due note.

Parameters

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

Adds a compact summary metric above the card.

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 TablerPeopleReviewCard AddStakeholder(String name, String role, String initials, String stance, TablerColor stanceColor, String note = null, String badgeText = null, Nullable<TablerBadgeColor> badgeColor = null) #
Returns: TablerPeopleReviewCard

Adds a stakeholder row with status and optional channel badge.

Parameters

name System.String requiredposition: 0
role System.String requiredposition: 1
initials System.String requiredposition: 2
stance System.String requiredposition: 3
stanceColor HtmlForgeX.TablerColor requiredposition: 4
note System.String = null optionalposition: 5
badgeText System.String = null optionalposition: 6
badgeColor System.Nullable{HtmlForgeX.TablerBadgeColor} = null optionalposition: 7
public TablerPeopleReviewCard Highlight(String title, String text, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerPeopleReviewCard

Adds a compact callout shown above the card.

Parameters

title System.String requiredposition: 0
text System.String requiredposition: 1
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 2
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 3
RegisterLibraries() #
public TablerPeopleReviewCard Settings(Action<TablerPeopleReviewCardSettings> configure) #
Returns: TablerPeopleReviewCard

Groups advanced display options under a smaller fluent surface.

Parameters

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

Sets supporting copy shown under the title.

Parameters

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

Sets the card title.

Parameters

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