ActionButton

works.iterative.ui.components.tailwind.form.ActionButton
case class ActionButton[A](name: MessageId, action: A, style: ActionButtonStyle = ...)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def element(actions: Observer[A])(using ctx: ComponentContext[_]): L.HtmlElement

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product