API Reference
Class
TablerNavItem
Navigation item for card headers
Inheritance
- Object
- TablerNavItem
Constructors
public TablerNavItem() #Inherited Methods
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.