works.iterative.ui.components.tailwind

Members list

Type members

Classlikes

object Alert

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Alert.type
case class Alert(kind: Kind, title: String | L.HtmlElement, content: Option[String | L.HtmlElement] = ...)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class Avatar($avatarImg: Signal[Option[String]])

Attributes

Supertypes
class Object
trait Matchable
class Any
case class CardWithHeader(title: String, actions: Modifier[L.HtmlElement], content: Modifier[L.HtmlElement])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
enum Color(name: String)

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
enum ColorWeight(value: String)

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Display

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Display.type
trait HtmlComponent[Ref <: Element, -A]

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Component[A]
class Component
object Icons

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Icons.type
object Layout

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Layout.type
object Macros

Tailwind uses JIT compiler that needs to find relevant classes in the code in a form that is recognizable - eg. "w-10", not ("w-" + "10")

Tailwind uses JIT compiler that needs to find relevant classes in the code in a form that is recognizable - eg. "w-10", not ("w-" + "10")

Macros compute the strings during compile time.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Macros.type
trait SvgComponent[Ref <: Element, -A]

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait MainApp
trait ScenarioMain

Deprecated classlikes

object Modal

Attributes

Deprecated
[Since version 2023-04-28] Use ModalComponentsModule
Supertypes
class Object
trait Matchable
class Any
Self type
Modal.type

Types

type BaseHtmlComponent[-A] = HtmlComponent[Element, A]

Value members

Concrete methods

def Loading: ReactiveHtmlElement[HTMLDivElement]