Skip to main content
type Axis = "horizontal" | "vertical" | "both";
horizontal
string
The horizontal axis. Content flows or scrolls left to right (or right to left in RTL).
vertical
string
The vertical axis. Content flows or scrolls top to bottom.
both
string
Both horizontal and vertical axes.