use_floating

Function use_floating 

Source
pub fn use_floating(
    reference: Signal<Option<Rc<MountedData>>>,
    floating: Signal<Option<Rc<MountedData>>>,
    options: UseFloatingOptions,
) -> UseFloatingReturn
Expand description

Computes the x and y coordinates that will place the floating element next to a reference element.