Renders a container node's visible children at the placements produced by
its registered strategy. Each child is absolute-positioned inside the
container at the strategy's rect; the chrome handler for the child's
kind decides the actual contents.
Pair with <Root> for top-level layout, or use directly for
a container nested inside another component.
Renders a container node's visible children at the placements produced by its registered strategy. Each child is absolute-positioned inside the container at the strategy's rect; the chrome handler for the child's kind decides the actual contents.
Pair with
<Root>for top-level layout, or use directly for a container nested inside another component.