japgolly.scalajs.react

vdom

package vdom

Scalatags version = 90f796e6f9f1ee79b5961f4199bd1e56ae8e318d

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. vdom
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final case class Attr(name: String) extends Product with Serializable

    Wraps up a HTML attribute in a value which isn't a string.

  2. trait Attrs extends HtmlAttrs with vdom.Extra.Attrs with HtmlStyles

  3. abstract class Base extends Implicits

  4. final class CssNumber extends AnyVal

    Extends numbers to provide a bunch of useful methods, allowing you to write CSS-lengths in a nice syntax without resorting to strings.

  5. trait HtmlAttrs extends AnyRef

  6. trait HtmlStyles extends AnyRef

  7. trait HtmlTags extends AnyRef

  8. abstract class Implicits extends LowPri

  9. trait JustAttrs extends Attrs

  10. trait JustTags extends Tags

  11. abstract class LowPri extends AnyRef

  12. trait Optional[T[_]] extends AnyRef

  13. final case class ReactTag extends DomFrag with Product with Serializable

  14. case class Style(jsName: String, cssName: String) extends Product with Serializable

    Wraps up a CSS style in a value.

  15. trait SvgAttrs extends AnyRef

  16. trait SvgTags extends AnyRef

  17. trait TagMod extends AnyRef

    Represents a value that can be nested within a ReactTag.

    Represents a value that can be nested within a ReactTag. This can be another TagMod, but can also be a CSS style or HTML attribute binding, which will add itself to the node's attributes but not appear in the final children list.

  18. trait Tags extends HtmlTags with vdom.Extra.Tags

Value Members

  1. object Attrs extends JustAttrs

  2. object ClassNameAttr

  3. val EmptyTag: TagMod

  4. object Extra

  5. object HtmlStylesMisc

  6. object Implicits extends Implicits

  7. object Optional

  8. object SvgAttrs extends SvgAttrs

  9. object SvgTags extends SvgTags

  10. object Tags extends JustTags

  11. object all extends Base with Tags with Attrs

  12. object prefix_<^ extends Base

  13. object svg

Inherited from AnyRef

Inherited from Any

Ungrouped