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

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

The newest version!
package io.laminext.syntax

import com.raquo.laminar.nodes.ReactiveSvgElement
import io.laminext.core.ops.svgelement.ReactiveSvgElementOps
import org.scalajs.dom

trait ReactiveElementSyntax {

  implicit def syntaxReactiveSvgElement[T <: dom.svg.Element](
    el: ReactiveSvgElement[T]
  ): ReactiveSvgElementOps[T] = new ReactiveSvgElementOps[T](el)

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy