Function sauron::prelude::html::tags::commons::li

source ·
pub fn li<MSG>(
    attrs: impl IntoIterator<Item = Attribute<MSG>>,
    children: impl IntoIterator<Item = Node<MSG>>
) -> Node<MSG>
Expand description

Creates an html li element