Color

works.iterative.ui.components.laminar.tailwind.color.Color
See theColor companion class
object Color

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Color.type

Members list

Type members

Classlikes

object colorSignalToCSS extends Conversion[Signal[Color], L.HtmlMod]

Attributes

Supertypes
class Conversion[Signal[Color], L.HtmlMod]
trait (Signal[Color]) => L.HtmlMod
class Object
trait Matchable
class Any
Self type
object colorSignalToSVGCSS extends Conversion[Signal[Color], L.SvgMod]

Attributes

Supertypes
class Conversion[Signal[Color], L.SvgMod]
trait (Signal[Color]) => L.SvgMod
class Object
trait Matchable
class Any
Self type
object colorToCSS extends Conversion[Color, L.HtmlMod]

Attributes

Supertypes
class Conversion[Color, L.HtmlMod]
trait Color => L.HtmlMod
class Object
trait Matchable
class Any
Self type
colorToCSS.type
object colorToSVGCSS extends Conversion[Color, L.SvgMod]

Attributes

Supertypes
class Conversion[Color, L.SvgMod]
trait Color => L.SvgMod
class Object
trait Matchable
class Any
Self type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def amber(weight: ColorWeight): ColorDef
def auto: ColorDef
def blue(weight: ColorWeight): ColorDef
def cyan(weight: ColorWeight): ColorDef
def emerald(weight: ColorWeight): ColorDef
def fuchsia(weight: ColorWeight): ColorDef
def gray(weight: ColorWeight): ColorDef
def green(weight: ColorWeight): ColorDef
def indigo(weight: ColorWeight): ColorDef
def lime(weight: ColorWeight): ColorDef
def neutral(weight: ColorWeight): ColorDef
def orange(weight: ColorWeight): ColorDef
def pink(weight: ColorWeight): ColorDef
def purple(weight: ColorWeight): ColorDef
def red(weight: ColorWeight): ColorDef
def rose(weight: ColorWeight): ColorDef
def sky(weight: ColorWeight): ColorDef
def slate(weight: ColorWeight): ColorDef
def stone(weight: ColorWeight): ColorDef
def teal(weight: ColorWeight): ColorDef
def violet(weight: ColorWeight): ColorDef
def yellow(weight: ColorWeight): ColorDef
def zinc(weight: ColorWeight): ColorDef