Tag

tyrian.Tag
final case class Tag[+M](name: String, attributes: List[Attr[M]], children: List[Elem[M]]) extends Html[M]

An HTML tag

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Html[M]
trait Elem[M]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def innerHtml(html: String): RawTag[M]
def map[N](f: M => N): Tag[N]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product