Converters

slinky.scalajsreact.Converters$
object Converters

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

implicit class ComponentInstanceToVdom[T](component: T)(implicit ev: T => ReactElement)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
implicit class TagToInstance(tag: TagOf[_])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
implicit class UnmountedToInstance(unmounted: UnmountedRaw)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
implicit class VdomToInstance(vdom: VdomElement)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Implicits

Implicits

final implicit def ComponentInstanceToVdom[T](component: T)(implicit ev: T => ReactElement): ComponentInstanceToVdom[T]
final implicit def TagToInstance(tag: TagOf[_]): TagToInstance
final implicit def UnmountedToInstance(unmounted: UnmountedRaw): UnmountedToInstance
final implicit def VdomToInstance(vdom: VdomElement): VdomToInstance