Package

scalatags

Permalink

package scalatags

ScalaTags is a small XML/HTML construction library for Scala. See the Github page for an introduction and documentation.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scalatags
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait DataConverters extends AnyRef

    Permalink

    Trait containing the contents of the DataConverters module, so it can be mixed in to other objects as needed.

  2. trait VirtualDom[Output <: FragT, FragT] extends Bundle[Builder[Output, FragT], Output, FragT] with Aliases[Builder[Output, FragT], Output, FragT]

    Permalink

    A Scalatags module that can be configured to construct arbitrary virtual DOM fragments of uniform type

    A Scalatags module that can be configured to construct arbitrary virtual DOM fragments of uniform type

    Simply instantiate it with stringToFrag and rawToFrag factory to construct Frag, and a makeBuilder factory to construct Tags, and you can then use it to instantiate any sort of virtual DOM of uniform type: scala.xml trees, Preact/React VDOM nodes in the browser, etc.

Value Members

  1. object DataConverters extends DataConverters

    Permalink

    Module containing convenient ways of constructing CSS data types

  2. object Escaping

    Permalink

    Utility methods related to validating and escaping XML; used internally but potentially useful outside of Scalatags.

  3. object Text extends Bundle[Builder, String, String] with Aliases[Builder, String, String]

    Permalink

    A Scalatags module that works with a text back-end, i.e.

    A Scalatags module that works with a text back-end, i.e. it creates HTML Strings.

  4. implicit object attrOrdering extends Ordering[Attr]

    Permalink
  5. package generic

    Permalink
  6. implicit object styleOrdering extends Ordering[Style]

    Permalink
  7. package stylesheet

    Permalink
  8. package text

    Permalink
  9. package vdom

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped