HtmlForgeX

API Reference

Class

TablerBreakdownCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Ranked comparison card that pairs a compact summary strip with a horizontal bar breakdown.

Inheritance

Constructors

Methods

public TablerBreakdownCard Accent(TablerColor color) #
Returns: TablerBreakdownCard

Sets the ambient accent color.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerBreakdownCard AddItem(String label, Double value, String note = null, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerBreakdownCard

Adds a ranked comparison item and corresponding summary chip.

Parameters

label System.String requiredposition: 0
value System.Double requiredposition: 1
note System.String = null optionalposition: 2
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 3
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 4
GetAuxiliaryChildren() #
OnAddedToDocument() #
RegisterLibraries() #
public TablerBreakdownCard Settings(Action<TablerBreakdownCardSettings> configure) #
Returns: TablerBreakdownCard

Groups advanced display options under a smaller surface.

Parameters

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

Sets supporting text displayed below the title.

Parameters

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

Sets the card title.

Parameters

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