HtmlForgeX

API Reference

Class

TablerCardMini

Namespace HtmlForgeX
Assembly HtmlForgeX

Compact version of TablerCard typically used for dashboard widgets.

Inheritance

Constructors

Methods

BackgroundColor 3 overloads
public TablerCardMini BackgroundColor(TablerColor color) #
Returns: TablerCardMini

Initializes or configures BackgroundColor.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerCardMini BackgroundColor(RGBColor backgroundColor, RGBColor textColor = null) #
Returns: TablerCardMini

Set custom avatar background color using RGBColor for precise color control

Parameters

backgroundColor HtmlForgeX.RGBColor requiredposition: 0
textColor HtmlForgeX.RGBColor = null optionalposition: 1
public TablerCardMini BackgroundColor(String hexBackgroundColor, String hexTextColor = null) #
Returns: TablerCardMini

Set custom avatar background color using hex string for precise color control

Parameters

hexBackgroundColor System.String requiredposition: 0
hexTextColor System.String = null optionalposition: 1
public TablerCardMini Subtitle(String subtitle) #
Returns: TablerCardMini

Initializes or configures Subtitle.

Parameters

subtitle System.String requiredposition: 0
public TablerCardMini TextColor(TablerColor color) #
Returns: TablerCardMini

Initializes or configures TextColor.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerCardMini Title(String title) #
Returns: TablerCardMini

Initializes or configures Title.

Parameters

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

Initializes or configures ToString.