HtmlForgeX

API Reference

Class

TablerCountUp

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Animated numeric text surface inspired by Tabler's countup component.

Inheritance

Constructors

Methods

public TablerCountUp Prefix(String prefix) #
Returns: TablerCountUp

Sets a prefix rendered before the numeric value.

Parameters

prefix System.String requiredposition: 0
RegisterLibraries() #
public TablerCountUp Settings(Action<TablerCountUpSettings> configure) #
Returns: TablerCountUp

Groups advanced countup options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerCountUpSettings} requiredposition: 0
public TablerCountUp Suffix(String suffix) #
Returns: TablerCountUp

Sets a suffix rendered after the numeric value.

Parameters

suffix System.String requiredposition: 0
public override String ToString() #
Returns: String
public TablerCountUp Value(Double value) #
Returns: TablerCountUp

Sets the target value rendered by the countup.

Parameters

value System.Double requiredposition: 0