HtmlForgeX

API Reference

Class

TablerNavItem

Namespace HtmlForgeX
Assembly HtmlForgeX

Navigation item for card headers

Inheritance

  • Object
  • TablerNavItem

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

Properties

public String Text { get; set; } #

Display text for the navigation link.

public String Href { get; set; } #

Destination URL for the navigation item.

public Boolean IsActive { get; set; } #

Indicates whether the item is currently active.

public Boolean IsDisabled { get; set; } #

Indicates whether the item is disabled.

public TablerIconElement Icon { get; set; } #

Optional icon displayed before the text.