Function leptos_use::use_element_bounding_with_options
source ยท pub fn use_element_bounding_with_options<El, T>(
target: El,
options: UseElementBoundingOptions,
) -> UseElementBoundingReturn<impl Fn() + Clone>
Expand description
Version of use_element_bounding
that takes a UseElementBoundingOptions
. See use_element_bounding
for how to use.