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

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 TablerStatusStrip Accent(TablerColor color) #
Returns: TablerStatusStrip

Sets the ambient accent color.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
AddAction 2 overloads
public TablerStatusStrip AddAction(String text, Action<TablerButton> configure = null) #
Returns: TablerStatusStrip

Adds a compact action button to the right side of the strip.

Parameters

text System.String requiredposition: 0
configure System.Action{HtmlForgeX.TablerButton} = null optionalposition: 1
public TablerStatusStrip AddAction(TablerButton button) #
Returns: TablerStatusStrip

Adds a preconfigured compact action button to the right side of the strip.

Parameters

button HtmlForgeX.TablerButton 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