Skip to content

Frames

The frame primitive acts as a container for other content. It's direction attribute determines how the children are organized.

If direction="col" (the default), the children are arranged vertically from top to bottom. Otherwise, if direction="row", the children are arranged horizontally from left to right.