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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(attrs: Attrs*)(children: ReactNode*): ReactDOMElement
    Definition Classes
    Tag
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. lazy val button: Tag
  7. lazy val checkbox: Tag
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. lazy val color: Tag
  10. lazy val date: Tag
  11. lazy val datetime: Tag
  12. lazy val datetimeLocal: Tag
  13. lazy val email: Tag
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. lazy val file: Tag
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. lazy val hidden: Tag
  20. lazy val image: Tag
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. lazy val month: Tag
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. lazy val number: Tag
  27. lazy val password: Tag
  28. lazy val radio: Tag
  29. lazy val range: Tag
  30. lazy val reset: Tag
  31. lazy val search: Tag
  32. lazy val submit: Tag
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. lazy val tel: Tag
  35. lazy val text: Tag
  36. lazy val time: Tag
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. lazy val url: Tag
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. lazy val week: Tag
  43. def withType(type: String): Tag

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Tag

Inherited from AnyRef

Inherited from Any

Ungrouped