HtmlForgeX

API Reference

Class

TablerListCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Compact card for findings, notes, or short operational checklists.

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

Sets the ambient accent color used by the list card.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerListCard AddItem(String text, Nullable<TablerIconType> icon = null, String note = null, Nullable<TablerColor> color = null) #
Returns: TablerListCard

Adds a list item with optional note and icon.

Parameters

text System.String requiredposition: 0
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 1
note System.String = null optionalposition: 2
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 3
RegisterLibraries() #
public TablerListCard Settings(Action<TablerListCardSettings> configure) #
Returns: TablerListCard

Groups advanced display options under a smaller surface.

Parameters

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

Sets supporting text displayed below the title.

Parameters

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

Sets the card title.

Parameters

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