Initializersliemeobn.elementary 0.5.0Elementary
init(attributes:content:)
Creates a new HTML element with the specified attributes and content.
init(attributes: [HTMLAttribute<Tag>], @HTMLBuilder content: () -> Content)
attributes: The attributes to apply to the element as an array.
content: The content of the element.