Popover

lui.stack.Popover
object Popover

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Popover.type

Members list

Type members

Classlikes

case class Component(root: HtmlElement)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Component.type
case class Param(child: Source[HtmlElement], hasClose: Source[Boolean], activeIn: Source[Boolean], activeOut: Sink[Boolean])

Attributes

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

Attributes

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

Value members

Concrete methods

def apply(mods: () => Param*): Component

Popover's parent element must be position: relative

Popover's parent element must be position: relative

Attributes

Implicits

Implicits

implicit val assignChild: Key[child, Param, Source[HtmlElement]]
implicit val assignHasClose: Key[withCloseButton, Param, Source[Boolean]]
implicit val assignIn: Key[active, Param, Source[Boolean]]
implicit val assignOut: Key[value, Param, Sink[Boolean]]