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
  • trait HtmlTags extends AnyRef

    Inherit from this trait to bring HTML tags into scope.

    Inherit from this trait to bring HTML tags into scope.

    Definition Classes
    vdom
  • input

object input extends Tag

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. input
  2. Tag
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(attrs: Attrs*)(children: ReactNode*): ReactDOMElement
    Definition Classes
    Tag
  2. lazy val button: Tag
  3. lazy val checkbox: Tag
  4. lazy val color: Tag
  5. lazy val date: Tag
  6. lazy val datetime: Tag
  7. lazy val datetimeLocal: Tag
  8. lazy val email: Tag
  9. lazy val file: Tag
  10. lazy val hidden: Tag
  11. lazy val image: Tag
  12. lazy val month: Tag
  13. lazy val number: Tag
  14. lazy val password: Tag
  15. lazy val radio: Tag
  16. lazy val range: Tag
  17. lazy val reset: Tag
  18. lazy val search: Tag
  19. lazy val submit: Tag
  20. lazy val tel: Tag
  21. lazy val text: Tag
  22. lazy val time: Tag
  23. lazy val url: Tag
  24. lazy val week: Tag
  25. def withType(type: String): Tag