pub fn Empty(props: EmptyProps) -> Element
Empty component for displaying empty states
rsx! { Empty { description: "No data found".to_string() } }