HtmlForgeX

API Reference

Class

TablerStatusStrip

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Compact dashboard status strip for surfacing a short narrative with several status signals.

Inheritance

Constructors

Methods

public TablerStatusStrip Accent(TablerColor color) #
Returns: TablerStatusStrip

Sets the ambient accent color.

Parameters

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

Adds a compact signal block displayed on the right side of the band.

Parameters

label System.String requiredposition: 0
value System.String requiredposition: 1
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 2
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 3
public TablerStatusStrip Description(String description) #
Returns: TablerStatusStrip

Sets supporting text displayed under the title.

Parameters

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

Sets the small overline shown above the title.

Parameters

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

Groups advanced display options under a smaller surface.

Parameters

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

Sets the primary strip title.

Parameters

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