React
Absolute positioning with transform centering.

Anchored content
import { Float } from "@hozorica/hods-react";import { Float } from "@hozorica/hods-react-native";top-start | top-center | ...Nine-point placement value.DimensionToken | number | 0Horizontal offset.DimensionToken | number | 0Vertical offset.number | stringStacking order.Absolute positioning with transform centering.
Absolute wrapper positioning; middle placements depend on parent size.
<Float placement="bottom-end" offsetX="x3" offsetY="x3"><ActionButton>Save</ActionButton></Float>