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

io.laminext.syntax.ReactiveHtmlElementSyntax.scala Maven / Gradle / Ivy

package io.laminext.syntax

import com.raquo.laminar.nodes.ReactiveHtmlElement
import io.laminext.core.ops.htmlelement.ReactiveHtmlElementOps
import org.scalajs.dom

trait ReactiveHtmlElementSyntax {

  implicit def syntaxReactiveHtmlElement[T <: dom.html.Element](
    el: ReactiveHtmlElement[T]
  ): ReactiveHtmlElementOps[T] = new ReactiveHtmlElementOps[T](el)

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy