Skip to main content

Empty

Function Empty 

Source
pub fn Empty(props: EmptyProps) -> Element
Expand description

Empty component for displaying empty states

§Example

rsx! {
    Empty { description: "No data found".to_string() }
}