HtmlForgeX

API Reference

Class

TablerStatusIndicator

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Tabler animated three-dot status indicator.

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 TablerStatusIndicator Animated(Boolean animated = true) #
Returns: TablerStatusIndicator

Enables or disables the animated variant.

Parameters

animated System.Boolean = true optionalposition: 0
public TablerStatusIndicator Class(String className) #
Returns: TablerStatusIndicator
EditorBrowsable(2)

Adds a CSS class to the indicator.

Parameters

className System.String requiredposition: 0
public TablerStatusIndicator Color(TablerColor color) #
Returns: TablerStatusIndicator

Sets the indicator color.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
RegisterLibraries() #
public override String ToString() #
Returns: String