Section
public final class Section : ContainerElementBase
Section tag element class
### Usage Example: ###
let section = Section(("id","typography"), ("class","container"))
section.add(H3("Typography"))
-
Override tag element for element. Default is
section
Declaration
Swift
override var tag: String { get }