Skip to main content

ListHeader

Function ListHeader 

Source
pub fn ListHeader(_: ListHeaderProps) -> Element
Expand description

A section heading inside a List.

§Props

For details, see the props struct definition.

  • heading_level : Option<u8>

    Heading level of the header, 1 to 6. Defaults to 2; set it so the page’s headings do not skip a level.

  • class : Option<String>

    Extra classes for the header row.

  • children : Element