Space
Add some spacing at a location in the layout. It uses an element with no content but with some non-zero size. It defaults to size 0. As such, we must set either the height or the width.
h
, set the height, to set the vertical space, usually in a stack-like layout.w
, set the width, to set the horizontal space, usually in a horizontal flex-like layout.