pub fn use_floating<R: Into<Reference>>(
reference: R,
floating: AnyNodeRef,
options: UseFloatingOptions,
) -> UseFloatingReturnExpand description
Computes the x and y coordinates that will place the floating element next to a reference element.