HtmlForgeX

API Reference

Class

TablerNavItem

Namespace HtmlForgeX
Assembly HtmlForgeX

Navigation item for card headers

Inheritance

  • Object
  • TablerNavItem

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.