Packages

class Tag extends AnyRef

Create a tag from a list of attributes. This is a "factory" for tags as react elements.

Deprecated

Use TagT.

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

Instance Constructors

  1. new Tag(name: String, tagAttrs: List[Attrs] = Nil)

    Deprecated

    Use TagT.

Value Members

  1. def apply(attrs: Attrs*)(children: ReactNode*): ReactDOMElement