pub fn use_floating(
reference: Signal<Option<Rc<MountedData>>>,
floating: Signal<Option<Rc<MountedData>>>,
options: UseFloatingOptions,
) -> UseFloatingReturnExpand description
Computes the x and y coordinates that will place the floating element next to a reference element.