Alert

works.iterative.ui.components.tailwind.Alert
See theAlert companion object
case class Alert(kind: Kind, title: String | L.HtmlElement, content: Option[String | L.HtmlElement] = ...)

Attributes

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

Members list

Value members

Concrete methods

def element: ReactiveHtmlElement[HTMLDivElement]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product