All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yang_bo.BindingHtmlToReactImplicits2Or3.scala Maven / Gradle / Ivy

There is a newer version: 1.0.2+26-c26113ee
Show newest version
package com.yang_bo

import com.thoughtworks.binding.Binding.BindingSeq
import org.scalajs.dom._
import org.scalajs.dom.raw._
import slinky.core.facade._

private[yang_bo] trait BindingHtmlToReactImplicits2Or3 {

  /** Implicitly convents an [[https://github.com/Atry/html.scala html.scala]]
    * node sequence into a React component.
    * 
    * @todo examples for Scala 2
    */
  def bindingSeqToReactElement(
      bindingSeq: BindingSeq[Node]
  ): ReactElement
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy