Skip to main content

Divider

Function Divider 

Source
pub fn Divider(props: DividerProps) -> Element
Expand description

Divider component for sectioning content

§Example

rsx! {
    Divider { "Section Title" }
    Divider { direction: DividerDirection::Vertical }
}