Object/Trait

com.dispalt.vdom

Tags

Related Docs: trait Tags | package vdom

Permalink

object Tags extends JustTags

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tags
  2. JustTags
  3. Tags
  4. Tags
  5. HtmlTags
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final val a: ReactTagOf[Anchor]

    Permalink

    Represents a hyperlink, linking to another resource.

    Represents a hyperlink, linking to another resource.

    MDN

    Definition Classes
    HtmlTags
  5. final lazy val abbr: ReactTagOf[Element]

    Permalink

    An abbreviation or acronym; the expansion of the abbreviation can be represented in the title attribute.

    An abbreviation or acronym; the expansion of the abbreviation can be represented in the title attribute.

    MDN

    Definition Classes
    HtmlTags
  6. final lazy val address: ReactTagOf[Element]

    Permalink

    Defines a section containing contact information.

    Defines a section containing contact information.

    MDN

    Definition Classes
    HtmlTags
  7. final lazy val area: ReactTagOf[Area]

    Permalink

    In conjunction with map, defines an image map

    In conjunction with map, defines an image map

    MDN

    Definition Classes
    HtmlTags
  8. final lazy val article: ReactTagOf[Element]

    Permalink

    Defines self-contained content that could exist independently of the rest of the content.

    Defines self-contained content that could exist independently of the rest of the content.

    MDN

    Definition Classes
    HtmlTags
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. final lazy val aside: ReactTagOf[Element]

    Permalink

    Defines some content loosely related to the page content.

    Defines some content loosely related to the page content. If it is removed, the remaining content still makes sense.

    MDN

    Definition Classes
    HtmlTags
  11. final lazy val audio: ReactTagOf[Audio]

    Permalink

    Represents a sound or an audio stream.

    Represents a sound or an audio stream.

    MDN

    Definition Classes
    HtmlTags
  12. final lazy val b: ReactTagOf[Element]

    Permalink

    Bold text.

    Bold text.

    MDN

    Definition Classes
    HtmlTags
  13. final lazy val base: ReactTagOf[org.scalajs.dom.html.Base]

    Permalink

    Defines the base URL for relative URLs in the page.

    Defines the base URL for relative URLs in the page.

    MDN

    Definition Classes
    HtmlTags
  14. final lazy val bdi: ReactTagOf[Element]

    Permalink

    Represents text that must be isolated from its surrounding for bidirectional text formatting.

    Represents text that must be isolated from its surrounding for bidirectional text formatting. It allows embedding a span of text with a different, or unknown, directionality.

    MDN

    Definition Classes
    HtmlTags
  15. final lazy val bdo: ReactTagOf[Element]

    Permalink

    Represents the directionality of its children, in order to explicitly override the Unicode bidirectional algorithm.

    Represents the directionality of its children, in order to explicitly override the Unicode bidirectional algorithm.

    MDN

    Definition Classes
    HtmlTags
  16. final lazy val big: ReactTagOf[Element]

    Permalink
    Definition Classes
    Tags
  17. final lazy val blockquote: ReactTagOf[Quote]

    Permalink

    Represents a content that is quoted from another source.

    Represents a content that is quoted from another source.

    MDN

    Definition Classes
    HtmlTags
  18. final lazy val body: ReactTagOf[Body]

    Permalink

    Represents the content of an HTML document.

    Represents the content of an HTML document. There is only one body element in a document.

    MDN

    Definition Classes
    HtmlTags
  19. final lazy val br: ReactTagOf[BR]

    Permalink

    Represents a line break.

    Represents a line break.

    MDN

    Definition Classes
    HtmlTags
  20. final val button: ReactTagOf[Button]

    Permalink

    A button

    A button

    MDN

    Definition Classes
    HtmlTags
  21. final lazy val canvas: ReactTagOf[Canvas]

    Permalink

    Represents a bitmap area that scripts can use to render graphics like graphs, games or any visual images on the fly.

    Represents a bitmap area that scripts can use to render graphics like graphs, games or any visual images on the fly.

    MDN

    Definition Classes
    HtmlTags
  22. final lazy val caption: ReactTagOf[TableCaption]

    Permalink

    The title of a table.

    The title of a table.

    MDN

    Definition Classes
    HtmlTags
  23. final lazy val cite: ReactTagOf[Element]

    Permalink

    Represents the title of a work being cited.

    Represents the title of a work being cited.

    MDN

    Definition Classes
    HtmlTags
  24. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final lazy val code: ReactTagOf[Element]

    Permalink

    Represents computer code.

    Represents computer code.

    MDN

    Definition Classes
    HtmlTags
  26. final lazy val col: ReactTagOf[TableCol]

    Permalink

    A single column.

    A single column.

    MDN

    Definition Classes
    HtmlTags
  27. final lazy val colgroup: ReactTagOf[TableCol]

    Permalink

    A set of columns.

    A set of columns.

    MDN

    Definition Classes
    HtmlTags
  28. final lazy val command: ReactTagOf[Element]

    Permalink

    A command that the user can invoke.

    A command that the user can invoke.

    MDN

    Definition Classes
    HtmlTags
  29. final lazy val data: ReactTagOf[Element]

    Permalink

    Associates to its content a machine-readable equivalent.

    Associates to its content a machine-readable equivalent.

    MDN

    Definition Classes
    HtmlTags
  30. final lazy val datalist: ReactTagOf[DataList]

    Permalink

    A set of predefined options for other controls.

    A set of predefined options for other controls.

    MDN

    Definition Classes
    HtmlTags
  31. final lazy val dd: ReactTagOf[DD]

    Permalink

    Represents the definition of the terms immediately listed before it.

    Represents the definition of the terms immediately listed before it.

    MDN

    Definition Classes
    HtmlTags
  32. final lazy val del: ReactTagOf[Mod]

    Permalink

    Defines a remofinal lazy val from the document.

    Defines a remofinal lazy val from the document.

    MDN

    Definition Classes
    HtmlTags
  33. final lazy val details: ReactTagOf[Element]

    Permalink

    A widget from which the user can obtain additional information or controls.

    A widget from which the user can obtain additional information or controls.

    MDN

    Definition Classes
    HtmlTags
  34. final lazy val dfn: ReactTagOf[Element]

    Permalink

    Represents a term whose definition is contained in its nearest ancestor content.

    Represents a term whose definition is contained in its nearest ancestor content.

    MDN

    Definition Classes
    HtmlTags
  35. final lazy val dialog: ReactTagOf[Element]

    Permalink
    Definition Classes
    Tags
  36. final val div: ReactTagOf[Div]

    Permalink

    Represents a generic container with no special meaning.

    Represents a generic container with no special meaning.

    MDN

    Definition Classes
    HtmlTags
  37. final lazy val dl: ReactTagOf[DList]

    Permalink

    Defines a definition list; a list of terms and their associated definitions.

    Defines a definition list; a list of terms and their associated definitions.

    MDN

    Definition Classes
    HtmlTags
  38. final lazy val dt: ReactTagOf[DT]

    Permalink

    Represents a term defined by the next dd

    Represents a term defined by the next dd

    MDN

    Definition Classes
    HtmlTags
  39. final lazy val em: ReactTagOf[Element]

    Permalink

    Represents emphasized text.

    Represents emphasized text.

    MDN

    Definition Classes
    HtmlTags
  40. final lazy val embed: ReactTagOf[Embed]

    Permalink

    Represents a integration point for an external, often non-HTML, application or interactive content.

    Represents a integration point for an external, often non-HTML, application or interactive content.

    MDN

    Definition Classes
    HtmlTags
  41. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  42. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  43. final lazy val fieldset: ReactTagOf[FieldSet]

    Permalink

    A set of fields.

    A set of fields.

    MDN

    Definition Classes
    HtmlTags
  44. final lazy val figcaption: ReactTagOf[Element]

    Permalink

    Represents the legend of a figure.

    Represents the legend of a figure.

    MDN

    Definition Classes
    HtmlTags
  45. final lazy val figure: ReactTagOf[Element]

    Permalink

    Represents a figure illustrated as part of the document.

    Represents a figure illustrated as part of the document.

    MDN

    Definition Classes
    HtmlTags
  46. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  47. final lazy val footer: ReactTagOf[Element]

    Permalink

    Defines the footer for a page or section.

    Defines the footer for a page or section. It often contains a copyright notice, some links to legal information, or addresses to give feedback.

    MDN

    Definition Classes
    HtmlTags
  48. final lazy val form: ReactTagOf[Form]

    Permalink

    Represents a form, consisting of controls, that can be submitted to a server for processing.

    Represents a form, consisting of controls, that can be submitted to a server for processing.

    MDN

    Definition Classes
    HtmlTags
  49. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  50. final lazy val h1: ReactTagOf[Heading]

    Permalink

    Heading level 1

    Heading level 1

    MDN

    Definition Classes
    HtmlTags
  51. final lazy val h2: ReactTagOf[Heading]

    Permalink

    Heading level 2

    Heading level 2

    MDN

    Definition Classes
    HtmlTags
  52. final lazy val h3: ReactTagOf[Heading]

    Permalink

    Heading level 3

    Heading level 3

    MDN

    Definition Classes
    HtmlTags
  53. final lazy val h4: ReactTagOf[Heading]

    Permalink

    Heading level 4

    Heading level 4

    MDN

    Definition Classes
    HtmlTags
  54. final lazy val h5: ReactTagOf[Heading]

    Permalink

    Heading level 5

    Heading level 5

    MDN

    Definition Classes
    HtmlTags
  55. final lazy val h6: ReactTagOf[Heading]

    Permalink

    Heading level 6

    Heading level 6

    MDN

    Definition Classes
    HtmlTags
  56. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  57. final lazy val head: ReactTagOf[Head]

    Permalink

    Represents a collection of metadata about the document, including links to, or definitions of, scripts and style sheets.

    Represents a collection of metadata about the document, including links to, or definitions of, scripts and style sheets.

    MDN

    Definition Classes
    HtmlTags
  58. final lazy val header: ReactTagOf[Element]

    Permalink

    Defines the header of a page or section.

    Defines the header of a page or section. It often contains a logo, the title of the Web site, and a navigational table of content.

    MDN

    Definition Classes
    HtmlTags
  59. final lazy val hr: ReactTagOf[HR]

    Permalink

    Represents a thematic break between paragraphs of a section or article or any longer content.

    Represents a thematic break between paragraphs of a section or article or any longer content.

    MDN

    Definition Classes
    HtmlTags
  60. final lazy val html: ReactTagOf[Html]

    Permalink

    Represents the root of an HTML or XHTML document.

    Represents the root of an HTML or XHTML document. All other elements must be descendants of this element.

    MDN

    Definition Classes
    HtmlTags
  61. final lazy val i: ReactTagOf[Element]

    Permalink

    Italicized text.

    Italicized text.

    MDN

    Definition Classes
    HtmlTags
  62. final lazy val iframe: ReactTagOf[IFrame]

    Permalink

    Represents a nested browsing context, that is an embedded HTML document.

    Represents a nested browsing context, that is an embedded HTML document.

    MDN

    Definition Classes
    HtmlTags
  63. final val img: ReactTagOf[Image]

    Permalink

    Represents an image.

    Represents an image.

    MDN

    Definition Classes
    HtmlTags
  64. object input extends ReactTagOf[Input]

    Permalink

    The HTML element <input> is used to create interactive controls for web-based forms in order to accept data from the user.

    The HTML element <input> is used to create interactive controls for web-based forms in order to accept data from the user. How an <input> works varies considerably depending on the value of its type attribute.

    Definition Classes
    HtmlTags
  65. final lazy val ins: ReactTagOf[Mod]

    Permalink

    Defines an addition to the document.

    Defines an addition to the document.

    MDN

    Definition Classes
    HtmlTags
  66. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  67. final lazy val kbd: ReactTagOf[Element]

    Permalink

    Represents user input, often from a keyboard, but not necessarily.

    Represents user input, often from a keyboard, but not necessarily.

    MDN

    Definition Classes
    HtmlTags
  68. final lazy val keygen: ReactTagOf[Element]

    Permalink

    A key-pair generator control.

    A key-pair generator control.

    MDN

    Definition Classes
    HtmlTags
  69. final lazy val label: ReactTagOf[Label]

    Permalink

    The caption of a single field

    The caption of a single field

    MDN

    Definition Classes
    HtmlTags
  70. final lazy val legend: ReactTagOf[Legend]

    Permalink

    The caption for a fieldset.

    The caption for a fieldset.

    MDN

    Definition Classes
    HtmlTags
  71. final lazy val li: ReactTagOf[LI]

    Permalink

    Defines an item of an list.

    Defines an item of an list.

    MDN

    Definition Classes
    HtmlTags
  72. final lazy val link: ReactTagOf[Link]

    Permalink

    Used to link JavaScript and external CSS with the current HTML document.

    Used to link JavaScript and external CSS with the current HTML document.

    MDN

    Definition Classes
    HtmlTags
  73. final lazy val main: ReactTagOf[Element]

    Permalink

    Defines the main or important content in the document.

    Defines the main or important content in the document. There is only one main element in the document.

    MDN

    Definition Classes
    HtmlTags
  74. final lazy val map: ReactTagOf[Map]

    Permalink

    In conjunction with area, defines an image map.

    In conjunction with area, defines an image map.

    MDN

    Definition Classes
    HtmlTags
  75. final lazy val mark: ReactTagOf[Element]

    Permalink

    Represents text highlighted for reference purposes, that is for its relevance in another context.

    Represents text highlighted for reference purposes, that is for its relevance in another context.

    MDN

    Definition Classes
    HtmlTags
  76. final lazy val math: ReactTagOf[Element]

    Permalink

    Defines a mathematical formula.

    Defines a mathematical formula.

    MDN

    Definition Classes
    HtmlTags
  77. final lazy val menu: ReactTagOf[Menu]

    Permalink

    A list of commands

    A list of commands

    MDN

    Definition Classes
    HtmlTags
  78. final lazy val menuitem: ReactTagOf[Element]

    Permalink
    Definition Classes
    Tags
  79. final lazy val meta: ReactTagOf[Meta]

    Permalink

    Defines metadata that can't be defined using another HTML element.

    Defines metadata that can't be defined using another HTML element.

    MDN

    Definition Classes
    HtmlTags
  80. final lazy val meter: ReactTagOf[Element]

    Permalink

    A scalar measurement within a known range.

    A scalar measurement within a known range.

    MDN

    Definition Classes
    HtmlTags
  81. final lazy val nav: ReactTagOf[Element]

    Permalink

    Represents a section of a page that links to other pages or to parts within the page: a section with navigation links.

    Represents a section of a page that links to other pages or to parts within the page: a section with navigation links.

    MDN

    Definition Classes
    HtmlTags
  82. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  83. final lazy val noscript: ReactTagOf[Element]

    Permalink

    Defines alternative content to display when the browser doesn't support scripting.

    Defines alternative content to display when the browser doesn't support scripting.

    MDN

    Definition Classes
    HtmlTags
  84. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  85. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  86. final lazy val object: ReactTagOf[Object]

    Permalink

    Represents an external resource, which is treated as an image, an HTML sub-document, or an external resource to be processed by a plug-in.

    Represents an external resource, which is treated as an image, an HTML sub-document, or an external resource to be processed by a plug-in.

    MDN

    Definition Classes
    HtmlTags
  87. final lazy val ol: ReactTagOf[OList]

    Permalink

    Defines an ordered list of items.

    Defines an ordered list of items.

    MDN

    Definition Classes
    HtmlTags
  88. final lazy val optgroup: ReactTagOf[OptGroup]

    Permalink

    A set of options, logically grouped.

    A set of options, logically grouped.

    MDN

    Definition Classes
    HtmlTags
  89. final lazy val option: ReactTagOf[Option]

    Permalink

    An option in a select element.

    An option in a select element.

    MDN

    Definition Classes
    HtmlTags
  90. final lazy val output: ReactTagOf[Element]

    Permalink

    The result of a calculation

    The result of a calculation

    MDN

    Definition Classes
    HtmlTags
  91. final val p: ReactTagOf[Paragraph]

    Permalink

    Defines a portion that should be displayed as a paragraph.

    Defines a portion that should be displayed as a paragraph.

    MDN

    Definition Classes
    HtmlTags
  92. final lazy val param: ReactTagOf[Param]

    Permalink

    Defines parameters for use by plug-ins invoked by object elements.

    Defines parameters for use by plug-ins invoked by object elements.

    MDN

    Definition Classes
    HtmlTags
  93. final lazy val pre: ReactTagOf[Pre]

    Permalink

    Indicates that its content is preformatted and that this format must be preserved.

    Indicates that its content is preformatted and that this format must be preserved.

    MDN

    Definition Classes
    HtmlTags
  94. final lazy val progress: ReactTagOf[Progress]

    Permalink

    A progress completion bar

    A progress completion bar

    MDN

    Definition Classes
    HtmlTags
  95. final lazy val q: ReactTagOf[Quote]

    Permalink

    An inline quotation.

    An inline quotation.

    MDN

    Definition Classes
    HtmlTags
  96. final lazy val rp: ReactTagOf[Element]

    Permalink

    Represents parenthesis around a ruby annotation, used to display the annotation in an alternate way by browsers not supporting the standard display for annotations.

    Represents parenthesis around a ruby annotation, used to display the annotation in an alternate way by browsers not supporting the standard display for annotations.

    MDN

    Definition Classes
    HtmlTags
  97. final lazy val rt: ReactTagOf[Element]

    Permalink

    Represents the text of a ruby annotation.

    Represents the text of a ruby annotation.

    MDN

    Definition Classes
    HtmlTags
  98. final lazy val ruby: ReactTagOf[Element]

    Permalink

    Represents content to be marked with ruby annotations, short runs of text presented alongside the text.

    Represents content to be marked with ruby annotations, short runs of text presented alongside the text. This is often used in conjunction with East Asian language where the annotations act as a guide for pronunciation, like the Japanese furigana .

    MDN

    Definition Classes
    HtmlTags
  99. final lazy val s: ReactTagOf[Element]

    Permalink

    Strikethrough element, used for that is no longer accurate or relevant.

    Strikethrough element, used for that is no longer accurate or relevant.

    MDN

    Definition Classes
    HtmlTags
  100. final lazy val samp: ReactTagOf[Element]

    Permalink

    Represents the output of a program or a computer.

    Represents the output of a program or a computer.

    MDN

    Definition Classes
    HtmlTags
  101. final lazy val script: ReactTagOf[Script]

    Permalink

    Defines either an internal script or a link to an external script.

    Defines either an internal script or a link to an external script. The script language is JavaScript.

    MDN

    Definition Classes
    HtmlTags
  102. final lazy val section: ReactTagOf[Element]

    Permalink

    Represents a generic section of a document, i.e., a thematic grouping of content, typically with a heading.

    Represents a generic section of a document, i.e., a thematic grouping of content, typically with a heading.

    MDN

    Definition Classes
    HtmlTags
  103. final lazy val select: ReactTagOf[Select]

    Permalink

    A control that allows the user to select one of a set of options.

    A control that allows the user to select one of a set of options.

    MDN

    Definition Classes
    HtmlTags
  104. final lazy val small: ReactTagOf[Element]

    Permalink

    Represents a side comment; text like a disclaimer or copyright, which is not essential to the comprehension of the document.

    Represents a side comment; text like a disclaimer or copyright, which is not essential to the comprehension of the document.

    MDN

    Definition Classes
    HtmlTags
  105. final lazy val source: ReactTagOf[Source]

    Permalink

    Allows the authors to specify alternate media resources for media elements like video or audio

    Allows the authors to specify alternate media resources for media elements like video or audio

    MDN

    Definition Classes
    HtmlTags
  106. final val span: ReactTagOf[Span]

    Permalink

    Represents text with no specific meaning.

    Represents text with no specific meaning. This has to be used when no other text-semantic element conveys an adequate meaning, which, in this case, is often brought by global attributes like class, lang, or dir.

    MDN

    Definition Classes
    HtmlTags
  107. final lazy val strong: ReactTagOf[Element]

    Permalink

    Represents especially important text.

    Represents especially important text.

    MDN

    Definition Classes
    HtmlTags
  108. final lazy val styleTag: ReactTagOf[Style]

    Permalink

    Used to write inline CSS.

    Used to write inline CSS.

    MDN

    Definition Classes
    HtmlTags
  109. final lazy val sub: ReactTagOf[Element]

    Permalink

    Subscript tag

    Subscript tag

    MDN

    Definition Classes
    HtmlTags
  110. final lazy val summary: ReactTagOf[Element]

    Permalink

    A summary, caption, or legend for a given details.

    A summary, caption, or legend for a given details.

    MDN

    Definition Classes
    HtmlTags
  111. final lazy val sup: ReactTagOf[Element]

    Permalink

    Superscript tag.

    Superscript tag.

    MDN

    Definition Classes
    HtmlTags
  112. final def svg: SvgTags.type

    Permalink
    Definition Classes
    JustTags
  113. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  114. final lazy val table: ReactTagOf[Table]

    Permalink

    Represents data with more than one dimension.

    Represents data with more than one dimension.

    MDN

    Definition Classes
    HtmlTags
  115. final lazy val tbody: ReactTagOf[TableSection]

    Permalink

    The table body.

    The table body.

    MDN

    Definition Classes
    HtmlTags
  116. final lazy val td: ReactTagOf[TableCell]

    Permalink

    A single cell in a table.

    A single cell in a table.

    MDN

    Definition Classes
    HtmlTags
  117. final lazy val textarea: ReactTagOf[TextArea]

    Permalink

    A multiline text edit control.

    A multiline text edit control.

    MDN

    Definition Classes
    HtmlTags
  118. final lazy val tfoot: ReactTagOf[TableSection]

    Permalink

    The table footer.

    The table footer.

    MDN

    Definition Classes
    HtmlTags
  119. final lazy val th: ReactTagOf[TableHeaderCell]

    Permalink

    A header cell in a table.

    A header cell in a table.

    MDN

    Definition Classes
    HtmlTags
  120. final lazy val thead: ReactTagOf[TableSection]

    Permalink

    The table headers.

    The table headers.

    MDN

    Definition Classes
    HtmlTags
  121. final lazy val time: ReactTagOf[Element]

    Permalink

    Represents a date and time value; the machine-readable equivalent can be represented in the datetime attribetu

    Represents a date and time value; the machine-readable equivalent can be represented in the datetime attribetu

    MDN

    Definition Classes
    HtmlTags
  122. final lazy val titleTag: ReactTagOf[Title]

    Permalink

    Defines the title of the document, shown in a browser's title bar or on the page's tab.

    Defines the title of the document, shown in a browser's title bar or on the page's tab. It can only contain text and any contained tags are not interpreted.

    MDN

    Definition Classes
    HtmlTags
  123. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  124. final lazy val tr: ReactTagOf[TableRow]

    Permalink

    A single row in a table.

    A single row in a table.

    MDN

    Definition Classes
    HtmlTags
  125. final lazy val track: ReactTagOf[Track]

    Permalink

    Allows authors to specify timed text track for media elements like video or audio

    Allows authors to specify timed text track for media elements like video or audio

    MDN

    Definition Classes
    HtmlTags
  126. final lazy val u: ReactTagOf[Element]

    Permalink

    Underlined text.

    Underlined text.

    MDN

    Definition Classes
    HtmlTags
  127. final lazy val ul: ReactTagOf[UList]

    Permalink

    Defines an unordered list of items.

    Defines an unordered list of items.

    MDN

    Definition Classes
    HtmlTags
  128. final lazy val var: ReactTagOf[Element]

    Permalink

    Represents a variable.

    Represents a variable.

    MDN

    Definition Classes
    HtmlTags
  129. final lazy val video: ReactTagOf[Video]

    Permalink

    Represents a video, and its associated audio files and captions, with the necessary interface to play it.

    Represents a video, and its associated audio files and captions, with the necessary interface to play it.

    MDN

    Definition Classes
    HtmlTags
  130. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  131. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  132. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  133. final lazy val wbr: ReactTagOf[Element]

    Permalink

    Represents a line break opportunity, that is a suggested point for wrapping text in order to improve readability of text split on several lines.

    Represents a line break opportunity, that is a suggested point for wrapping text in order to improve readability of text split on several lines.

    MDN

    Definition Classes
    HtmlTags

Inherited from JustTags

Inherited from Tags

Inherited from Extra.Tags

Inherited from HtmlTags

Inherited from AnyRef

Inherited from Any

Ungrouped