Packages

  • package root
    Definition Classes
    root
  • package react

    A scala.js react facaded in the spirit of ReasonReact.

    A scala.js react facaded in the spirit of ReasonReact.

    Definition Classes
    root
  • package vdom

    Simple vdom.

    Simple vdom. There are two styles, one with list of attributes like many other scalajs react bindings. The preferred approach is using typed traits (subclasses of js.Objects) so that properties presence/absence can be checked.

    Definition Classes
    react
  • object attrlist extends AttributeListSyntax

    Import this to use the list-style attribute syntax.

    Import this to use the list-style attribute syntax. Create an attribtute list using Attrs or after importing the contents of this object, if they are styles, Style(<attribute list>) and convert it to a js.Object using .toJs(). You can then use the js.Object when creating elements by merging that value into trait structures that represent only allowed attributes for a specific tag.

    Definition Classes
    vdom
  • optionalMarkupOps
  • prefix_<^

object prefix_<^

Default tags and attributes you can use. You can import all of the actual values using import ^._, <._. This style is popular with other scalajs react facades but should really not be used in this library vs the more (but not perfectly) strongly typed versions in vdom.tags.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. prefix_<^
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. object < extends HtmlTags
  2. object ^ extends HtmlAttrs