Type Aliassliemeobn.elementary 0.2.0Elementary
Tag
The type of the HTML tag this element represents.
Html+Elements.swift:37typealias Tag = Tag
Other members in extension
Type members
init(
) Creates a new HTML void element.
init(HTMLAttribute<Tag>
) Creates a new HTML void element with the specified attribute.
init(HTMLAttribute<Tag>...
) Creates a new HTML void element with the specified attributes.
init(attributes: [HTMLAttribute<Tag>]
) Creates a new HTML void element with the specified attributes.