kreuzberg.scalatags

Members list

Concise view

Type members

Classlikes

case class ScalaTagsComponentEmbedding(component: Component) extends ScalaTagsEmbedding

Wraps a Component into the ScalaTags

Wraps a Component into the ScalaTags

Attributes

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

Things which we embed into Scalatags.

Things which we embed into Scalatags.

Attributes

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

Attributes

Companion:
trait
Graph
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Html
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
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

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

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