BindingHtmlToReact
com.yang_bo.BindingHtmlToReact
object BindingHtmlToReact extends ComponentWrapper
A React component that wraps an html.scala node sequence.
Attributes
- See also
-
Implicits.bindingSeqToReactElement for inserting an
@html
literal orhtml"..."
interpolation into React virtual DOM. - Source
- BindingHtmlToReact.scala
- Graph
-
- Supertypes
- Self type
-
BindingHtmlToReact.type
Members list
Type members
Classlikes
Attributes
- Source
- BindingHtmlToReact.scala
- Supertypes
object Implicits
Attributes
- Source
- BindingHtmlToReact.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Implicits.type
final case class Props(bindingSeq: BindingSeq[Node], wrapper: (ReactRef[Node & ParentNode]) => ReactElement)
Attributes
- Source
- BindingHtmlToReact.scala
- Supertypes
Types
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
Value members
Inherited methods
def apply()(implicit ev: Unit =:= Props, constructorTag: ConstructorTag[Def]): KeyAndRefAddingStage[Def]
Attributes
- Inherited from:
- BaseComponentWrapper
- Source
- BaseComponentWrapper.scala
Attributes
- Inherited from:
- BaseComponentWrapper
- Source
- BaseComponentWrapper.scala
def componentConstructor(implicit propsReader: Reader[Props], stateWriter: Writer[State], stateReader: Reader[State], constructorTag: ConstructorTag[Def]): Object
Attributes
- Inherited from:
- BaseComponentWrapper
- Source
- BaseComponentWrapper.scala
Inherited fields
Attributes
- Inherited from:
- BaseComponentWrapper
- Source
- BaseComponentWrapper.scala
Attributes
- Inherited from:
- BaseComponentWrapper
- Source
- BaseComponentWrapper.scala
In this article