Blockquote
public final class Blockquote : ContainerElementBase
Blockquote tag element class
Usage Example:
let description = Blockquote()
description.add("This is Typography blockquote demo.")
-
Override tag element for element. Default is
blockquote
Declaration
Swift
override var tag: String { get }