HtmlForgeX

API Reference

Class

TablerPlaceholderCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Typed skeleton-loading card for richer dashboard and shared layout placeholders.

Inheritance

Constructors

Methods

public TablerPlaceholderCard Action(Int32 width = 4) #
Returns: TablerPlaceholderCard

Adds a button-style action placeholder.

Parameters

width System.Int32 = 4 optionalposition: 0
public TablerPlaceholderCard Heading(Int32 width = 9) #
Returns: TablerPlaceholderCard

Adds a heading-style placeholder line.

Parameters

width System.Int32 = 9 optionalposition: 0
public TablerPlaceholderCard Image(TablerPlaceholderImageRatio ratio = Banner21x9) #
Returns: TablerPlaceholderCard

Adds a top image placeholder.

Parameters

ratio HtmlForgeX.TablerPlaceholderImageRatio = Banner21x9 optionalposition: 0
public TablerPlaceholderCard Line(Int32 width, TablerPlaceholderSize size = Xs) #
Returns: TablerPlaceholderCard

Adds a body placeholder line.

Parameters

width System.Int32 requiredposition: 0
size HtmlForgeX.TablerPlaceholderSize = Xs optionalposition: 1
public TablerPlaceholderCard ListRow(Int32 primaryWidth = 9, Int32 secondaryWidth = 7, Int32 trailingTopWidth = 8, Int32 trailingBottomWidth = 10) #
Returns: TablerPlaceholderCard

Adds a list-style placeholder row.

Parameters

primaryWidth System.Int32 = 9 optionalposition: 0
secondaryWidth System.Int32 = 7 optionalposition: 1
trailingTopWidth System.Int32 = 8 optionalposition: 2
trailingBottomWidth System.Int32 = 10 optionalposition: 3
RegisterLibraries() #
public TablerPlaceholderCard Settings(Action<TablerPlaceholderCardSettings> configure) #
Returns: TablerPlaceholderCard

Groups advanced display options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerPlaceholderCardSettings} requiredposition: 0
public override String ToString() #
Returns: String