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

be.doeraene.webcomponents.ui5.HasText.scala Maven / Gradle / Ivy

The newest version!
package be.doeraene.webcomponents.ui5

import com.raquo.laminar.codecs.StringAsIsCodec
import com.raquo.laminar.api.L.*
import com.raquo.laminar.keys.HtmlAttr

trait HasText {
  lazy val text: HtmlAttr[String] = htmlAttr("text", StringAsIsCodec)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy