Items

works.iterative.ui.components.headless.Items
final case class Items[A](frame: (ReactiveHtmlElement[UList]) => L.HtmlElement, renderItem: A => L.HtmlElement) extends ItemContainer[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ItemContainer[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply(items: Seq[A]): L.HtmlElement
def contramap[B](f: B => A): Items[B]
def map(f: A => L.HtmlElement => L.HtmlElement): Items[A]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product