kreuzberg.scalatags

Members list

Type members

Classlikes

case class ScalaTagsComponentEmbedding(component: Component) extends ScalaTagsEmbedding

Wraps a Component into the ScalaTags

Wraps a Component into the ScalaTags

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Frag
trait Frag[Builder, String]
trait Modifier[Builder]
class Object
trait Matchable
class Any
Show all
sealed trait ScalaTagsEmbedding extends Frag

Things which we embed into Scalatags.

Things which we embed into Scalatags.

Attributes

Companion
object
Supertypes
trait Frag
trait Frag[Builder, String]
trait Modifier[Builder]
class Object
trait Matchable
class Any
Show all
Known subtypes

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ScalaTagsHtml(tag: TypedTag[String]) extends Html

Adapts ScalaTags to HTML.

Adapts ScalaTags to HTML.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Html
class Object
trait Matchable
class Any
Show all
object ScalaTagsHtml

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ScalaTagsHtmlEmbedding(html: Html) extends ScalaTagsEmbedding

Wraps HTML inside ScalaTags.

Wraps HTML inside ScalaTags.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Frag
trait Frag[Builder, String]
trait Modifier[Builder]
class Object
trait Matchable
class Any
Show all

Value members

Concrete fields

val all: all.type

Extensions

Extensions

extension (tn: Component)

Implicits

Implicits

implicit def htmlEmbed(in: HtmlEmbedding): ScalaTagsEmbedding
implicit def scalaTagsToAssembly(st: TypedTag[String]): Assembly
implicit def scalaTagsToHtml(st: TypedTag[String]): Html