HtmlForgeX

API Reference

Class

TablerStatusPipelineCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Status pipeline card for funnel, queue, candidate, order, and request summaries with recent items.

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

Methods

public TablerStatusPipelineCard Accent(TablerColor color) #
Returns: TablerStatusPipelineCard

Sets the ambient accent color.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
AddItem 2 overloads
public TablerStatusPipelineCard AddItem(String title, String subtitle, String initials, TablerColor color = Blue, String badge = null, Nullable<TablerBadgeColor> badgeColor = null, Nullable<TablerIconType> icon = null) #
Returns: TablerStatusPipelineCard

Adds one recent item with a typed avatar or icon and optional status badge.

Parameters

title System.String requiredposition: 0
subtitle System.String requiredposition: 1
initials System.String requiredposition: 2
color HtmlForgeX.TablerColor = Blue optionalposition: 3
badge System.String = null optionalposition: 4
badgeColor System.Nullable{HtmlForgeX.TablerBadgeColor} = null optionalposition: 5
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 6
public TablerStatusPipelineCard AddItem(String title, String subtitle, TablerIconType icon, TablerColor color = Blue, String badge = null, Nullable<TablerBadgeColor> badgeColor = null) #
Returns: TablerStatusPipelineCard

Adds one recent item with a typed icon instead of initials.

Parameters

title System.String requiredposition: 0
subtitle System.String requiredposition: 1
icon HtmlForgeX.TablerIconType requiredposition: 2
color HtmlForgeX.TablerColor = Blue optionalposition: 3
badge System.String = null optionalposition: 4
badgeColor System.Nullable{HtmlForgeX.TablerBadgeColor} = null optionalposition: 5
public TablerStatusPipelineCard AddSegment(String label, Double value, TablerColor color, String note = null) #
Returns: TablerStatusPipelineCard

Adds a status segment to the pipeline bar.

Parameters

label System.String requiredposition: 0
value System.Double requiredposition: 1
color HtmlForgeX.TablerColor requiredposition: 2
note System.String = null optionalposition: 3
RegisterLibraries() #
public TablerStatusPipelineCard Settings(Action<TablerStatusPipelineCardSettings> configure) #
Returns: TablerStatusPipelineCard

Groups less-common display options under a smaller fluent surface.

Parameters

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

Sets supporting copy under the title.

Parameters

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

Sets the card title.

Parameters

title System.String requiredposition: 0
public override String ToString() #
Returns: String
public TablerStatusPipelineCard Total(String value, String label) #
Returns: TablerStatusPipelineCard

Sets the headline total shown above the pipeline.

Parameters

value System.String requiredposition: 0
label System.String requiredposition: 1