HtmlForgeX

API Reference

Class

TablerIconButton

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element

Icon button component

Inheritance

Constructors

public TablerIconButton(TablerIconType iconType, String href = "#") #

Initializes or configures TablerIconButton.

Parameters

iconType HtmlForgeX.TablerIconType requiredposition: 0
href System.String = "#" optionalposition: 1

Methods

public override String ToString() #
Returns: String

Initializes or configures ToString.

Properties

public TablerIconElement Icon { get; set; } #

Icon displayed within the button.

public String Href { get; set; } #

Target URL when the button acts as a link.

public String Tooltip { get; set; } #

Tooltip shown on hover.