Alert

works.iterative.ui.components.tailwind.Alert
See theAlert companion class
object Alert

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Alert.type

Members list

Type members

Classlikes

enum Kind(val color: Color, val icon: String => L.SvgElement)

Attributes

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

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def error(title: String | L.HtmlElement): Alert
def error(title: String | L.HtmlElement, content: String | L.HtmlElement): Alert
def success(title: String | L.HtmlElement): Alert
def success(title: String | L.HtmlElement, content: String | L.HtmlElement): Alert
def warning(title: String | L.HtmlElement): Alert
def warning(title: String | L.HtmlElement, content: String | L.HtmlElement): Alert

Givens

Givens

given given_Conversion_Alert_HtmlElement: Conversion[Alert, L.HtmlElement]