article

Function article 

Source
pub fn article<MSG: Clone>(
    attrs: &[Attribute<MSG>],
    children: &[Node<MSG>],
) -> Node<MSG>
Expand description

Creates an html article element