SimpleCards

works.iterative.ui.components.tailwind.lists.grid_lists.SimpleCards
object SimpleCards

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Item(initials: L.HtmlElement, body: L.HtmlElement)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class LinkProps(href: String, events: Option[Observer[Unit]] = ...)

Attributes

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

Value members

Concrete methods

def apply[A](f: A => Item): Items[A]
def body(title: L.HtmlElement, subtitle: L.HtmlElement, button: Option[L.Button] = ...): L.HtmlElement
def frame(gap: String = ..., cols: String = ...)(el: ReactiveHtmlElement[UList]): L.HtmlElement
def header(text: String, classes: String = ...)(content: L.HtmlElement): L.HtmlElement
def iconButton(icon: L.SvgElement, screenReaderText: String): L.Button
def initials(text: String, color: Color, weight: ColorWeight = ...): L.HtmlElement
def linked[A](l: A => LinkProps)(f: A => Item): Items[A]
def title(classes: String = ...)(text: String): L.HtmlElement