HtmlForgeX

API Reference

Class

TablerCardNavigation

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element

Card navigation component for tabs and pills (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

public TablerCardNavigation() #

Methods

GetAuxiliaryChildren() #
public override String ToString() #
Returns: String

Initializes or configures ToString.

public TablerCardNavigation Type(TablerCardNavigationType type) #
Returns: TablerCardNavigation

Set navigation type (tabs or pills)

Parameters

type HtmlForgeX.TablerCardNavigationType requiredposition: 0
public TablerCardNavigation WithItems(Action<TablerCardNavBuilder> itemsConfig) #
Returns: TablerCardNavigation

Add navigation items

Parameters

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