works.iterative.ui.components.tailwind.data_display.description_lists

Members list

Type members

Classlikes

case class LabeledValue(label: String, body: OptionalValueContent)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class LeftAlignedInCard[A](title: String, subtitle: String, data: List[LabeledValue], actions: Option[Modifier[L.HtmlElement]] = ..., close: Option[Modifier[L.HtmlElement]] = ...)

Attributes

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

Types

type ValueContent = String | Modifier[L.HtmlElement]