HtmlForgeX

API Reference

Enum

TablerButtonVariant

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Represents button color variants in Tabler

Inheritance

  • Enum
  • TablerButtonVariant

Values

public const TablerButtonVariant Primary #

Primary theme color (usually blue)

Value: 0
public const TablerButtonVariant Secondary #

Secondary theme color (usually gray)

Value: 1
public const TablerButtonVariant Success #

Success color (green)

Value: 2
public const TablerButtonVariant Warning #

Warning color (yellow/orange)

Value: 3
public const TablerButtonVariant Danger #

Danger color (red)

Value: 4
public const TablerButtonVariant Info #

Info color (light blue)

Value: 5
public const TablerButtonVariant Light #

Light color

Value: 6
public const TablerButtonVariant Dark #

Dark color

Value: 7