BindingHtmlToReact

com.yang_bo.BindingHtmlToReact

A React component that wraps an html.scala node sequence.

Attributes

See also

Implicits.bindingSeqToReactElement for inserting an @html literal or html"..." interpolation into React virtual DOM.

Source
BindingHtmlToReact.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final class Def(jsProps: Object) extends DefinitionBase[Props, State, Snapshot], Any

Attributes

Source
BindingHtmlToReact.scala
Supertypes
class Component
class Object
trait Any
class Object
trait Matchable
class Any
Show all
object Implicits

Attributes

Source
BindingHtmlToReact.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Implicits.type
final case class Props(bindingSeq: BindingSeq[Node], wrapper: (ReactRef[Node & ParentNode]) => ReactElement)

Attributes

Source
BindingHtmlToReact.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Types

type State = Unit

Attributes

Source
BindingHtmlToReact.scala

Inherited types

Attributes

Inherited from:
ComponentWrapper
Source
ComponentWrapper.scala

Inherited and Abstract types

type Snapshot

Attributes

Inherited from:
BaseComponentWrapper
Source
BaseComponentWrapper.scala