HtmlForgeX

API Reference

Class

TablerCardList

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element

Card list component with proper styling (no raw HTML)

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Methods

public TablerCardList Style(TablerCardListStyle style) #
Returns: TablerCardList

Set the list style

Parameters

style HtmlForgeX.TablerCardListStyle requiredposition: 0
public TablerCardList Title(String title) #
Returns: TablerCardList

Set an optional title for the list

Parameters

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

Initializes or configures ToString.

public TablerCardList Type(TablerCardListType type) #
Returns: TablerCardList

Set the list type (ordered or unordered)

Parameters

type HtmlForgeX.TablerCardListType requiredposition: 0
public TablerCardList WithItems(Action<TablerCardListBuilder> itemsConfig) #
Returns: TablerCardList

Add items to the list

Parameters

itemsConfig System.Action{HtmlForgeX.TablerCardListBuilder} requiredposition: 0