StackedListWithRightJustifiedSecondColumn

works.iterative.ui.components.tailwind.list.StackedListWithRightJustifiedSecondColumn

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Item(title: String | L.HtmlElement, tag: Option[TagInfo | L.HtmlElement] = ..., props: Option[ItemProps | L.HtmlElement] = ...)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ItemProps(leftProps: Seq[L.HtmlElement] = ..., rightProp: Option[L.HtmlElement] = ...)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class TagInfo(text: String, color: Color)

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 item(i: Item): L.Div
def leftProp(text: String, icon: L.SvgElement): L.HtmlElement
def leftProp(text: String, icon: Option[L.SvgElement] = ...): L.HtmlElement
def rightProp(text: Signal[String]): L.HtmlElement
def rightProp(text: String, icon: Option[L.SvgElement] = ...): L.HtmlElement
def stickyHeader(header: Modifier[L.HtmlElement], content: Modifier[L.HtmlElement]): L.HtmlElement
def stickyHeaderToggle(text: String, content: Seq[L.HtmlElement]): L.HtmlElement
def tag(t: Signal[TagInfo]): L.HtmlElement
def tag(text: String, color: Color): L.HtmlElement
def title(text: String, mod: Option[Modifier[L.HtmlElement]] = ...): L.HtmlElement