HtmlTagTailwindButtonStyleOps

io.laminext.tailwind.ops.htmltag.button.style.HtmlTagTailwindButtonStyleOps
abstract class HtmlTagTailwindButtonStyleOps[T <: Element]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def custom(styles: ButtonStyleColors): AmendedHtmlTag[T, AmButtonWithStyle]

Concrete methods

def black: AmendedHtmlTag[T, AmButtonWithStyle]
def blue: AmendedHtmlTag[T, AmButtonWithStyle]
def green: AmendedHtmlTag[T, AmButtonWithStyle]
def indigo: AmendedHtmlTag[T, AmButtonWithStyle]
def pink: AmendedHtmlTag[T, AmButtonWithStyle]
def purple: AmendedHtmlTag[T, AmButtonWithStyle]
def red: AmendedHtmlTag[T, AmButtonWithStyle]
def white: AmendedHtmlTag[T, AmButtonWithStyle]
def yellow: AmendedHtmlTag[T, AmButtonWithStyle]